Defines aconic object that can be used by the RENDER function.
Color(*)=1.0
) Decal
Kamb
Kamb(*)=0.0
) Kdiff
Kdiff(*)=1.0
) Ktran
Ktran(*)=0.0
)Radius
Radius=0.0
)Transform
To change the upper radius, use the Scale keyword with the T3D procedure.
To change the lower radius, use the Radius keyword. For example, Radius=0.5 corresponds to a conic object whose lower radius is one-half of the upper radius, while Radius=0.0 corresponds to a point whose lower radius is 0 (a conic that ends in a point).
To change the dimensions and orientation of a CONE, use the Transform keyword.
T3D, /Reset, Rotate=[90, 0., 0] c = CONE(Radius=0.33, Transform=!P.T) TVSCL,RENDER(c)
For more information, see the PV-WAVE User's Guide.