[x3d-public] new run of converting gltf to .x3d (includes binary)

John Carlson yottzumm at gmail.com
Tue Sep 29 19:57:02 PDT 2020


$ git pull
[snip]


$ for f in `find glTF-Sample-Models/ -name '*.gltf'`; do echo $f;
~/Downloads/view3dscene-3.19/view3dscene/view3dscene.exe $f --write
--write-encoding=xml > `dirname $f``basename $f`.x3d; done
$ for f in `find glTF-Sample-Models/2.0/ -name '*glb'`; do echo $f;
~/Downloads/view3dscene-3.19/view3dscene/view3dscene.exe $f --write
--write-encoding=xml > `dirname $f``basename $f .gltf`.x3d; done
(note typo)

1.0 files drew alerts.  Deserve closer investigation
No output.


Hung 2.0 models:
glTF-Sample-Models/2.0/BrainStem/glTF/BrainStem.gltf
glTF-Sample-Models/2.0/BrainStem/glTF-Draco/BrainStem.gltf
glTF-Sample-Models/2.0/BrainStem/glTF-Embedded/BrainStem.gltf
glTF-Sample-Models/2.0/BrainStem/glTF-Binary/BrainStem.glb

I do not know Khronos' license.   Please use care when dealing with the
result X3D files (I do not distribute the .gltf or .glb files).

Better yet, download the glTF samples yourself, and try to reproduce my
results.

Archiving X3D files in a tar.gz archive.  Download below.
http://coderextreme.net/glTF2X3D.09292020.tar.gz (you may use HTTPS).

Now, we convert X3D files to JSON.  Woowoo!

John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20200929/de55ca42/attachment-0001.html>


More information about the x3d-public mailing list