Renderer scripting

Return to table of content.

List

Classes

Details

Classes

Vector3

Return to top.

Description:
3-dimension vector.
constructor
Description:
Vector3 constructor.

Parameters:
NameTypeDescription
xfloatx coordinate of the vector.
yfloaty coordinate of the vector.
zfloatz coordinate of the vector.

attributes which can be read
NameTypeDescription
xfloatx coordinate of the vector.
yfloaty coordinate of the vector.
zfloatz coordinate of the vector.
attributes which can be written
NameTypeDescription
xfloatx coordinate of the vector.
yfloaty coordinate of the vector.
zfloatz coordinate of the vector.

Quaternion

Return to top.

Description:
Quaternion.
constructor
Description:
Quaternion constructor.

Parameters:
NameTypeDescription
xfloatx coordinate of the quaternion.
yfloaty coordinate of the quaternion.
zfloatz coordinate of the quaternion.
wfloatw coordinate of the quaternion.

attributes which can be read
NameTypeDescription
xfloatx coordinate of the quaternion.
yfloaty coordinate of the quaternion.
zfloatz coordinate of the quaternion.
wfloatw coordinate of the quaternion.
attributes which can be written
NameTypeDescription
xfloatx coordinate of the quaternion.
yfloaty coordinate of the quaternion.
zfloatz coordinate of the quaternion.
wfloatw coordinate of the quaternion.