enum
ETransformationSpace
Enumeration of transformation spaces.
Values
Key | Value | Comment |
---|---|---|
Global | 0 | Transformation in scene global space |
Local | 1 | Transformation in object/geometry local space |
Tangent | 2 | Transformation in vertex/triangle tangent space |
View | 3 | Transformation in view/camera space |
Key | Value | Comment |
---|---|---|
Global | 0 | Transformation in scene global space |
Local | 1 | Transformation in object/geometry local space |
Tangent | 2 | Transformation in vertex/triangle tangent space |
View | 3 | Transformation in view/camera space |
Key | Value | Comment |
---|---|---|
ETransformationSpace_Global | 0 | Transformation in scene global space |
ETransformationSpace_Local | 1 | Transformation in object/geometry local space |
ETransformationSpace_Tangent | 2 | Transformation in vertex/triangle tangent space |
ETransformationSpace_View | 3 | Transformation in view/camera space |