Tagged Questions
0
votes
0answers
75 views
Level of Detail and scene.js 2.0.0
I saw a description of how to use scene.js and set up several levels of detail (and there was a youtube video on this), but this demo was for version 0.7. Is there any documentation on how to use LOD ...
2
votes
1answer
394 views
WebGL animation flickering, object too big?
I created a webgl animation using scenejs library (start it by clicking the button at the bottom left, note it plays music as well which you can't currently disable).
The problem I am encountering ...
0
votes
1answer
275 views
Reusing JSON object nodes with SceneJS
I've created a webgl animation using the scenejs framework. As it'll contain a lot of identical elements, I want to minimize the amount of code used and re-use the elements as much as possible.
...