User Guide

736
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
cameras 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
z (vector property)
Syntax
member(whichCastmember).vector.z
member(whichCastmember).vector[3]
Description
3D property; allows you to get or set the z component of a vector.
Example
This statement shows the z component of a vector:
vec = vector(20, 30, 40)
put vec.z
-- 40.0000
zAxis
Syntax
member(whichCastmember).transform.zAxis
Description
3D transform property; allows you to get but not set the vector representing the transforms
canonical z-axis in transform space.