Changes

Jump to: navigation, search

Canvas3D JS Library

408 bytes added, 16:49, 8 July 2008
Bug List
* Textures
** <del>textures are not always displayed. Seems like textured object needs to be moving or at least another object in the scene needs to be moving.</del> FIX: Scene was rendering only one frame if nothing moved, but the textures are loaded after the scene is rendered, so objects were not textured. Now scene renders regardless if objects move or not.
** very strange bug, when creating a texture in ms paint and a the entire texture is one solid color, the browser will crash as soon as the image is loaded. If there is at least one pixel which is not the color of the 'solid color', there are no problems. Likely due to the format openGL is expecting the file to be.
** not a bug, but the context should not be passed into the Texture's setTexture method.
== Ideas List ==
1
edit

Navigation menu