siTxtProjPlane Enum


Enumerations

enum   siTxtProjPlane {
  siPlaneXY = 0,
  siPlaneXZ = 1,
  siPlaneYZ = 2
}

Detailed Description

Texture projection plane constants. To use with the texturing commands.
See also:
CreateSubprojection

Enumeration Type Documentation

enum siTxtProjPlane

Enumerator:
siPlaneXY  [0] XY Plane.
siPlaneXZ  [1] XZ Plane.
siPlaneYZ  [2] YZ Plane.