_3d_set_prop - sets 3D properties

_3d_set_prop( Property_name, Property_value [ , ... ] )


_3d_set_prop sets one or more 3D properties.

Property_name must be a String variable containing a valid property name.
Property_value must be a valid value for the specified property.

_3d_set_prop( "Look at", [[ 0 ][ 0 ][ 0 ]], "Width", 500 )   sets both "Look at"-point and "Width" of the window.


Property name Description
Width This is the windows width in pixels, it must be a positive integer.
Height This is the windows height in pixels, it must be a positive integer.
Look at This is the point the camera is looking at. It must be a coordinate matrix. Containing only one coordinate.
Camera distance The distance from the "Look at" point to the camera It must be a positive real value.


See also
_3d_get_prop