What's New in Director 8.5 > Working with Models and Model Resources > Primitives > Plane properties |
![]() ![]() ![]() |
Plane properties
Planes are the default Director 8.5 primitive. Planes, whose type
property is #plane
, are generated in the XZ plane with Lingo. Plane properties can be modified or animated at run time.
Property |
Access |
Description |
Value Range |
---|---|---|---|
|
Get and set |
Width of the plane |
Positive floating-point value. The default is 1.0. |
|
Get and set |
Length of the plane |
Positive floating-point value. The default is 1.0. |
|
Get and set |
Number of vertices along the length of the plane |
2 or more. The default is 2. |
|
Get and set |
Number of vertices along the width of the plane |
2 or more. The default is 2. |
![]() ![]() ![]() |