_3d_get_prop - returns a 3D property

_3d_get_prop( Property_name )


_3d_get_prop returns the 3D property specified by Property_name.

Property_name must be a String variable containing a valid property name. ( See _3d_set_prop for a list of valid names. )


_3d_get_prop "Look at"   returns [[ 0 ] [ 0 ] [ 0 ]] (if it hasn't been changed)
( Which is the coordinate the camera is looking at. )


See also
_3d_set_prop