Changes

Jump to: navigation, search

Canvas3D JS Library

144 bytes added, 21:34, 27 May 2008
Bug List
* Linear Velocity
** <strike>Setting the Linear Velocity does not do anything.</strike>
* Cube
changed lines in Cube.js from <br />
<code>
57 this.pos = this.pos.add(velVec);<br /></code>
* setLookAtPoint - May 14
* setDims uses obsolete Vector function - setFromVector
** Objects at 0,0,0 are not displayed when setLookAtPoint is passed (0,0,0). However, if called with cam.setLookAtPoint(new Vector(0.0, 0.0, 0.00000001)) , it will work.
* Scene Object
** Currently the scene cannot be resized. The 3d graph needed the scene to grow or shrink with respect to the table cell it was in. The needed functions has unofficially been added to a copy of Scene.js used only by the 3d graph demo.
* Primitive Object
** All Get functions use obsolete Vector functions ex. getX()
== Ideas List ==
1
edit

Navigation menu