Plasma Engine
2.0
Loading...
Searching...
No Matches
Public Types
|
Static Public Attributes
|
List of all members
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)}
plVec3Template< float >
The documentation for this struct was generated from the following files:
Code/Engine/Core/Graphics/
AmbientCubeBasis.h
Code/Engine/Core/Graphics/Implementation/
AmbientCubeBasis.cpp
plAmbientCubeBasis
Generated by
1.11.0