Namespacedojox.gfx3d._creators

dojo.require("dojox.gfx3d.object");
defined in dojox/gfx3d/object.js

object creators

Jump to FunctionsConstructorsBack to top

Jump to ConstructorsFunctionsBack to top

removes a shape from the list
adds a shape to the list shape: dojox.gfx.Shape: a shape
Functiondojox.gfx3d._creators.create3DObject(objectType, rawObject, style)
creates an instance of the passed shapeType class shapeType: Function: a class constructor to create an instance of rawShape: Object: properties to be passed in to the classes "setShape" method
creates an triangle object points: Array of points || Object
creates an triangle object points: Array of points || Object
creates an edge object line: Object: a edge object (see dojox.gfx3d.defaultPath)
creates an triangle object points: Array of points || Object
creates an edge object line: Object: a edge object (see dojox.gfx3d.defaultPath)
creates an triangle object
creates an edge object line: Object: a edge object (see dojox.gfx3d.defaultPath)
creates an triangle object line: Object: a triangle object (see dojox.gfx3d.defaultPath)
creates an edge object line: Object: a edge object (see dojox.gfx3d.defaultPath)