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 object number and flag values should be specified using integer values.

SYNTAX
SET OBJECT Object Number, Wireframe Flag, Transparency Flag, Cull Flag

SET OBJECT Object Number, Wireframe Flag, Transparency Flag, Cull Flag, Filter Flag

RELATED INFO
Basic3D Commands
Glossary

EXAMPLE
Amending Object Data