Plasma Engine  2.0
Loading...
Searching...
No Matches
plAmbientCubeBasis Struct Reference

Public Types

enum  {
  PosX = 0 , NegX , PosY , NegY ,
  PosZ , NegZ , NumDirs = 6
}
 

Static Public Attributes

static plVec3 s_Dirs [NumDirs]
 

Member Data Documentation

◆ s_Dirs

plVec3 plAmbientCubeBasis::s_Dirs
static
Initial value:
= {plVec3(1.0f, 0.0f, 0.0f), plVec3(-1.0f, 0.0f, 0.0f), plVec3(0.0f, 1.0f, 0.0f),
plVec3(0.0f, -1.0f, 0.0f), plVec3(0.0f, 0.0f, 1.0f), plVec3(0.0f, 0.0f, -1.0f)}

The documentation for this struct was generated from the following files: