enum EUpVector UpVector determines the axis aligned up-vector for functionality that requires a defined up-vector, like aligning a visibility hemisphere.
| Key | Value | Comment |
|---|---|---|
| PositiveX | 0 | Use +X as up-vector. |
| NegativeX | 1 | Use -X as up-vector. |
| PositiveY | 2 | Use +Y as up-vector. |
| NegativeY | 3 | Use -Y as up-vector. |
| PositiveZ | 4 | Use +Z as up-vector. |
| NegativeZ | 5 | Use -Z as up-vector. |
| Key | Value | Comment |
|---|---|---|
| PositiveX | 0 | Use +X as up-vector. |
| NegativeX | 1 | Use -X as up-vector. |
| PositiveY | 2 | Use +Y as up-vector. |
| NegativeY | 3 | Use -Y as up-vector. |
| PositiveZ | 4 | Use +Z as up-vector. |
| NegativeZ | 5 | Use -Z as up-vector. |
| Key | Value | Comment |
|---|---|---|
| EUpVector_PositiveX | 0 | Use +X as up-vector. |
| EUpVector_NegativeX | 1 | Use -X as up-vector. |
| EUpVector_PositiveY | 2 | Use +Y as up-vector. |
| EUpVector_NegativeY | 3 | Use -Y as up-vector. |
| EUpVector_PositiveZ | 4 | Use +Z as up-vector. |
| EUpVector_NegativeZ | 5 | Use -Z as up-vector. |