|
|
|
|
|
by lucaspiller
5178 days ago
|
|
Yeah Three.js is a bit strange like that. It loads all textures asynchronously but doesn't provide a (built in) way to have any kind of loading indicator, so for a lot of the demos until they are fully loaded you just see a blank screen. The car demos are a great example of this: http://mrdoob.github.com/three.js/examples/webgl_materials_c... |
|