Download
Current Release:
- Canvas 3D JS Library Release 0.5:
- This release includes:
- texturing for 2.0 context.
- preliminary text API
SVN info:
svn://cdot.senecac.on.ca/canvas3d (All versions licensed under the MIT Licence)Tools:
- dumptool2 - a maxscript tool that creates a js file containing the arrays needed for your model. To use:
- centre your object.
- In the utility tab, run the script.
- Then select “C3DL Model Dump Tool” from the drop down menu.
- Type in the name you wish to give your model
- A js file with your model name will be created with 4 arrays in it. Use the 4 arrays in your call to the model.init() function.
Old Releases:
- Canvas 3d Library 0.4 release
- This version includes many bug fixes to the library. Objects can now be translated, rotated. Multiple canvases can be created. camera bugs fixed also.
- Canvas 3d Library 0.3 release
- now supporting model and texture loading. Model manipulation not yet available with this release
- Canvas 3d Library 0.2 release. Works with Canvas 3D 0.2.0.
- Canvas 3d Library 0.1 release (with 4 spinning cubes example) . To view load index.html into a browser that is running the Canvas 3D extension. This version of the library is now obsolete and will not work with the addon that can be downloaded from addons.mozilla.org. It will work with the older version of canvas 3d (which will require an older version of minefield from around early Dec. 2007)
