See the dojox/gfx3d/object reference documentation for more information.
multiplies the existing matrix with an argument on left side (matrix * this.matrix)
| Parameter | Type | Description |
|---|---|---|
| matrix | dojox.gfx3d.matrix.Matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |
multiplies the existing matrix with an argument on left side (matrix * this.matrix)
multiplies the existing matrix with an argument on right side (this.matrix * matrix)
| Parameter | Type | Description |
|---|---|---|
| matrix | dojox.gfx3d.matrix.Matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |
multiplies the existing matrix with an argument on right side (this.matrix * matrix)
a shortcut for dojox.gfx.Shape.applyRightTransform
| Parameter | Type | Description |
|---|---|---|
| matrix | dojox.gfx3d.matrix.Matrix | a matrix or a matrix-like object (see an argument of dojox.gfx.matrix.Matrix constructor for a list of acceptable arguments) |
a shortcut for dojox.gfx.Shape.applyRightTransform
sets a fill object (the default implementation is to delegate to the underlying 2D shape).
| Parameter | Type | Description |
|---|---|---|
| fill | Object | a fill object (see dojox.gfx.defaultLinearGradient, dojox.gfx.defaultRadialGradient, dojox.gfx.defaultPattern, dojo.Color or dojox.gfx.MODEL) |
sets a fill object (the default implementation is to delegate to the underlying 2D shape).
sets a Object object
| Parameter | Type | Description |
|---|---|---|
| newObject | undefined |
sets a Object object
sets a stroke object (the default implementation simply ignores it)
| Parameter | Type | Description |
|---|---|---|
| stroke | Object | a stroke object (see dojox.gfx.defaultStroke) |
sets a stroke object (the default implementation simply ignores it)
sets a transformation matrix
| Parameter | Type | Description |
|---|---|---|
| matrix | undefined |
sets a transformation matrix
| Parameter | Type | Description |
|---|---|---|
| lighting | undefined | |
| normal | undefined |