SET OBJECT
This command sets the internal properties of a specified 3D object number. You must specify a 3D Object Number between 1 and 65535. When the wireframe flag is set to 0, the object only shows it's wireframe form. When the transparency flag is set to 0, all parts of the object colored black are not drawn to the screen. When the cull flag is set to 0, the object will draw polygons normally hidden due to the direction the polygon faces. The Filter Flag activates and deactivates texture filtering, which controls the smoothing effect of the texture as it is mapped to the object. The Light Flag activates and deactivates the objects sensitivity to any lights in the scene. The Fog Flag activates and deactivates the objects sensitivity to fog in the scene. The Ambient Flag activates and deactivates the objects sensitivity to ambient light in the scene. The object number and flag values should be specified using integer values.
SYNTAX
SET OBJECT Object Number, Wireframe, Transparency, Cull
SET OBJECT Object Number, Wireframe, Transparency, Cull, Filter
SET OBJECT Object Number, Wireframe, Transparency, Cull, Filter, Light
SET OBJECT Object Number, Wireframe, Transparency, Cull, Filter, Light, Fog
SET OBJECT Object Number, Wireframe, Transparency, Cull, Filter, Light, Fog, Ambient
RELATED INFO
Basic3D Commands
Glossary
EXAMPLE
Amending Object Data