OpenBarnyard
 
Loading...
Searching...
No Matches
TRenderContext.h File Reference
#include "Math/Math.h"
#include "Math/TSphere.h"
#include "Toshi/TStack.h"

Go to the source code of this file.

Classes

struct  TLightIDList
 
class  TRenderContext
 
struct  TRenderContext::VIEWPORTPARAMS
 
struct  TRenderContext::PROJECTIONPARAMS
 

Typedefs

using TLightID = TINT8
 
typedef TUINT32 WORLDPLANE
 
using TFrustum = TPlane[ WORLDPLANE_NUMOF ]
 

Enumerations

enum  WORLDPLANE_ : WORLDPLANE {
  WORLDPLANE_LEFT , WORLDPLANE_RIGHT , WORLDPLANE_BOTTOM , WORLDPLANE_TOP ,
  WORLDPLANE_NEAR , WORLDPLANE_FAR , WORLDPLANE_NUMOF
}
 

Typedef Documentation

◆ TFrustum

Definition at line 38 of file TRenderContext.h.

◆ TLightID

using TLightID = TINT8

Definition at line 12 of file TRenderContext.h.

◆ WORLDPLANE

Definition at line 26 of file TRenderContext.h.

Enumeration Type Documentation

◆ WORLDPLANE_

Enumerator
WORLDPLANE_LEFT 
WORLDPLANE_RIGHT 
WORLDPLANE_BOTTOM 
WORLDPLANE_TOP 
WORLDPLANE_NEAR 
WORLDPLANE_FAR 
WORLDPLANE_NUMOF 

Definition at line 27 of file TRenderContext.h.

28{
36};
@ WORLDPLANE_BOTTOM
@ WORLDPLANE_NUMOF
@ WORLDPLANE_TOP
@ WORLDPLANE_RIGHT
@ WORLDPLANE_FAR
@ WORLDPLANE_NEAR
@ WORLDPLANE_LEFT