next up previous
Next: Line Up: Design Philosophy Previous: Scene

Object

dojox.gfx3d.Object(Object in the following) is the base class for other 3D objects, equivalent to dojo.gfx.Shape. Here are the available attributes:
Node
the attached DOM node
Object
interface for the users to manipulate the 3D object. For example, dojox.gfx3d.Triangle's Object is the triple (a, b, c)
Texture
used to render the surface6
Stroke
stroke attribute for the line
Transform
world transform matrix

The following 3D objects are derived from Object:



Subsections

2007-06-20