enum
ETransformationOperation
Enumeration of transformation operations for scene sampling.
Values
Key | Value | Comment |
---|---|---|
NoOperation | 0 | No transformation operation is applied to the values. |
TangentSpaceToObjectSpace | 1 | Assumes that a sampled value is defined in tangent space, and converts it into object space. |
Key | Value | Comment |
---|---|---|
NoOperation | 0 | No transformation operation is applied to the values. |
TangentSpaceToObjectSpace | 1 | Assumes that a sampled value is defined in tangent space, and converts it into object space. |
Key | Value | Comment |
---|---|---|
ETransformationOperation_NoOperation | 0 | No transformation operation is applied to the values. |
ETransformationOperation_TangentSpaceToObjectSpace | 1 | Assumes that a sampled value is defined in tangent space, and converts it into object space. |