|
enum | {
PosX = 0
, NegX
, PosY
, NegY
,
PosZ
, NegZ
, NumDirs = 6
} |
|
◆ s_Dirs
xiiVec3 xiiAmbientCubeBasis::s_Dirs |
|
static |
Initial value:= {xiiVec3(1.0f, 0.0f, 0.0f), xiiVec3(-1.0f, 0.0f, 0.0f), xiiVec3(0.0f, 1.0f, 0.0f),
xiiVec3(0.0f, -1.0f, 0.0f), xiiVec3(0.0f, 0.0f, 1.0f), xiiVec3(0.0f, 0.0f, -1.0f)}
The documentation for this struct was generated from the following files:
- /home/runner/work/XII/XII/Source/Engine/Core/Graphics/AmbientCubeBasis.h
- /home/runner/work/XII/XII/Source/Engine/Core/Graphics/Implementation/AmbientCubeBasis.cpp