3D Lingo Dictionary > O-S > primitives |
![]() ![]() ![]() |
primitives
Syntax
getRendererServices().primitives
Description
3D function; returns a list of the primitive types that can be used to create new model resources.
Example
This statement display the available primitive types.
put getRendererServices().primitives -- [#sphere, #box, #cylinder, #plane, #particle]
See also
getRendererServices()
, newModelResource
![]() ![]() ![]() |