next up previous
Next: Triangle Up: Object Previous: Line

Path

Path supports two mode as dojo.gfx.Path does, Absolute and Relative. In Relative mode, the coordination is the offset of current position, while in Absolute mode, the coordination is the absolute corordination in the 3D space. Only a subset of drawing commands are supported:
moveTo
move current postion to the new position
lineTo
draw a line from current position to a new position
curveTo
draw a bezier curve in 3D space.
The texture attribute only supports dojox.gfx3d.Texture.Hollow



2007-06-20