mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 17:35:34 -04:00
CoordinateSystem: Document enumerators
This commit is contained in:
parent
91b01e5621
commit
247575df62
@ -26,10 +26,10 @@ enum CoordinateSystem {
|
|||||||
// turn is loaded from the config variable "coordinate-system".
|
// turn is loaded from the config variable "coordinate-system".
|
||||||
CS_default,
|
CS_default,
|
||||||
|
|
||||||
CS_zup_right,
|
CS_zup_right, // Z-Up, Right-handed
|
||||||
CS_yup_right,
|
CS_yup_right, // Y-Up, Right-handed
|
||||||
CS_zup_left,
|
CS_zup_left, // Z-Up, Left-handed
|
||||||
CS_yup_left,
|
CS_yup_left, // Y-Up, Left-handed
|
||||||
|
|
||||||
// CS_invalid is not a coordinate system at all. It can be used in user-
|
// CS_invalid is not a coordinate system at all. It can be used in user-
|
||||||
// input processing code to indicate a contradictory coordinate system
|
// input processing code to indicate a contradictory coordinate system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user