Difference between revisions of "Canvas 3D"

From Wikiid
Jump to: navigation, search
(Documentation)
(Raw GL example)
Line 16: Line 16:
 
* Details are at: http://www.c3dl.org/
 
* Details are at: http://www.c3dl.org/
  
=== Raw GL example ===
+
=== Raw JavaScript/GL example ===
  
 
* http://www.sjbaker.org/canvas3D/demo/
 
* http://www.sjbaker.org/canvas3D/demo/

Revision as of 23:23, 3 July 2009

Canvas is graphics for JavaScript in your browser.

Canvas 2D

Our version of 'SameGame'
The Foot of God

Canvas 3D

Installing

If you need to install Canvas 3D, you'll need Firefox 3.5 or later. Go to https://addons.mozilla.org and type 'Canvas 3D' into the search box. If the extension is still considered 'experimental' (it was at time of writing) then check the "Let me install this experimental add-on" box. Then click the "Add to Firefox" button - which will download and install Canvas 3D.

When you first visit a site that uses Canvas 3D, you may see a window banner that says "A web page at XXX would like to create a Canvas 3D context" - you'll need to click the "Allow" button.

Testing

There is a test program here: http://people.mozilla.org/~vladimir/canvas3d/examples/modelview/ModelView.html

Documentation

Raw JavaScript/GL example