object creators
See the dojox/gfx3d/_base._creators reference documentation for more information.
removes a shape from the list
Parameter | Type | Description |
---|---|---|
obj | undefined | |
silently | Boolean |
Optional if true, do not redraw a picture yet |
removes a shape from the list
adds a shape to the list
Parameter | Type | Description |
---|---|---|
obj | undefined |
adds a shape to the list
creates an instance of the passed objectType class
Parameter | Type | Description |
---|---|---|
objectType | Function | a class constructor to create an instance of |
rawObject | Object | properties to be passed in to the classes "setShape" method |
style | undefined |
creates an cube object
Parameter | Type | Description |
---|---|---|
cube | undefined |
creates an cylinder object
Parameter | Type | Description |
---|---|---|
cylinder | undefined |
creates an edge object
Parameter | Type | Description |
---|---|---|
edges | undefined | |
style | undefined |
creates an Orbit object
Parameter | Type | Description |
---|---|---|
orbit | undefined |
creates an 3d path object
Parameter | Type | Description |
---|---|---|
path | undefined |
creates an polygon object
Parameter | Type | Description |
---|---|---|
points | Points[] | Object |
creates an quads object
Parameter | Type | Description |
---|---|---|
quads | undefined | |
style | undefined |
creates an triangle object
Parameter | Type | Description |
---|---|---|
tris | undefined | |
style | undefined |
Parameter | Type | Description |
---|---|---|
scheduler | undefined |