Package | alternativa.engine3d.materials |
Class | public class NormalMapSpace |
Inheritance | NormalMapSpace ![]() |
See also
Constant | Defined By | ||
---|---|---|---|
OBJECT : int = 2 [static]
Normal map defined in object space. | NormalMapSpace | ||
TANGENT_LEFT_HANDED : int = 1 [static]
Normal map defined in surface space, y-axis oriented on bottom. | NormalMapSpace | ||
TANGENT_RIGHT_HANDED : int = 0 [static]
Normal map defined in surface space, y-axis oriented on top. | NormalMapSpace |
OBJECT | Constant |
public static const OBJECT:int = 2
Normal map defined in object space.
TANGENT_LEFT_HANDED | Constant |
public static const TANGENT_LEFT_HANDED:int = 1
Normal map defined in surface space, y-axis oriented on bottom.
TANGENT_RIGHT_HANDED | Constant |
public static const TANGENT_RIGHT_HANDED:int = 0
Normal map defined in surface space, y-axis oriented on top.