-
Hi,
looks like the duck model in [model viewer](http://www.kickjs.org/example/model_viewer/model_viewer.html) example is not displayed correctly: [screenshot](http://www.fi.muni.cz/~xhracho1/kickjs_i…
-
Textures work on the web, but when downloaded as part of 2.0.0.0 package, fail to load when examples run locally (file://).
The code appears to be the same as online (same outcome if file overwritten…
-
From David: I tried your basic example here in scenejs 2.0 and colortrans is not working
http://jsfiddle.net/lindsaykay/ktP6j/
Run on jsfiddle, I see the red teapot, but in 2.0 I see dark blue one.
-
Using scenejs V0.8
I have 2 scenes with 2 different apps, these 2 scenes uses textures alpha maps etc…
When I switch the rendering from the scene1 to the scene2, I stop the first scene, then I sta…
-
Scene is doing a lazy destroy the way the other nodes do, which happens in the render loop, however that wont happen for the scene because it then never renders
-
https://groups.google.com/d/topic/scenejs/Oh8NBQejXKU/discussion
-
-
Specifically in Chrome 14.0.835.163 beta, the data urls used for thumbnails are just blank
-
``` javascript
// render a frame only if one is needed,
// ie. scene compilations were pending,
// returns true if frame was rendered:
var wasRendered = SceneJS.scene("my-scene").renderFrame()
// …
-
Memory leaks reported after optimisations for reduced garbage collection.
One candidate - geometry-->node map not cleared:
https://github.com/xeolabs/scenejs/blob/v0.9/src/scenejs/shading/renderModu…