Open main menu

CDOT Wiki β

Changes

Canvas3D JS Library

172 bytes added, 20:46, 30 May 2008
Bug List
* Rendering
** The rendering of objects seems to be based on their order in the object list in the scene. The problem arises when a cube is behind another cube. The cube in the back should only have the parts showing drawn, however if this cube is drawn after the closer cube then the behind cube is drawn on top of the closer cube. Hard to describe.
** When I open main.js, then put the mac to sleep, then wake it up: i get a fast stream of js errors in the console, canvas warnings on the page, and no rendering is done.
* Linear Velocity
** <strike>Setting the Linear Velocity does not do anything.</strike>