I am reading a book: Programming 3D Applications with HTML5 and WebG , it involve a Vizi framework.
All the examples load the *.json
file instead of *.gltf
file. Why?
When I load *.gltf
, it doesn't load any result, and the collada2gltf converters only produce *.gltf
, *.bin
, *.glsl
files and so on.
What should I do?