siTxtProjType Enum


Enumerations

enum   siTxtProjType {
  siProjPlanar = 0,
  siProjCylindrical = 1,
  siProjSpherical = 2,
  siProjLollipop = 3,
  siProjSpatial = 4,
  siProjCubic = 5
}

Detailed Description

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

Enumeration Type Documentation

enum siTxtProjType

Enumerator:
siProjPlanar  [0] Planar projection.
siProjCylindrical  [1] Cylindrical projection.
siProjSpherical  [2] Spherical projection.
siProjLollipop  [3] Lollipop projection.
siProjSpatial  [4] Spatial projection.
siProjCubic  [5] Cubic projection.