Open main menu

CDOT Wiki β

Changes

Canvas3D JS Library

70 bytes added, 18:16, 24 June 2008
Bug List
** When increasing or decreasing the X Axis for the camera's position it does move in the current direction but also starts to rotate around the vector (0,0,0).
* Rendering
** ( The depth buffer is not working, objects aren't properly occluded.) 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
1
edit