Download – Canvas 3D related releases
Final Canvas 3D Release:
- Canvas 3D JS Library Release 1.1 (works with canvas3D 0.4.3, firefox 3.5x):
- This release includes:
- update of library to work with Canvas 3D 0.4.3
- ability to apply new shaders to your objects on the fly
- multi-texture support
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.
- ObJ to JS converter
Old Releases:
- Canvas 3D JS Library Release 1.0 (works with canvas3D 0.4.2, firefox 3.5x):
- This release includes:
- update of library to work with Canvas 3D 0.4.2
- removal of GLES 1.1 renderer
- internal changes to library
- Canvas 3D JS Library Release 0.8 (works with canvas3D 0.2, firefox 3.0x):
- This release includes:
- major changes to 2.0 context such that lighting and picking now works
- performance optimizations
- Canvas 3D JS Library Release 0.7:
- This release includes:
- namespace changes/function name changes for consistency
- updated lighting fixes
- Canvas 3D JS Library Release 0.6:
- This release includes:
- Support for collada files
- Bounding Box Picking
- Canvas 3D JS Library Release 0.5:
- 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)
