3D Lingo Dictionary > T-Z > yon

 

yon

Syntax

member(whichCastmember).camera(whichCamera).yon

Description

3D property; allows you to get or set the distance from the camera defining where along the camera's Z axis the view frustum is clipped. Objects at a distance greater than yon are not drawn.

The default value for this property is 3.40282346638529e38.

Example

This statement sets the yon property of camera 1 to 50000.

member("3d world").camera[1].yon = 50000

See also

hither