ThreeDModel.CullBackFaces Property

Top 

Description

Indicates whether the rear-facing polygons of a 3D model will be not be drawn. This may increase the drawing performance for most models by ignoring polygons that are not visible to the viewer.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

true

 

Syntax

myVariable1 = myThreeDModel1.CullBackFaces;

 

myThreeDModel1.CullBackFaces = myVariable1;

 

See also

ThreeDModel Object

Vehicle 3D Models Guide