TDME2 1.9.121
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
GeometryBuffer Class Referencefinal

Geometry buffer class. More...

#include <tdme/engine/GeometryBuffer.h>

Collaboration diagram for GeometryBuffer:
Collaboration graph

Public Member Functions

 GeometryBuffer (int32_t width, int32_t height)
 Public constructor. More...
 
int32_t getWidth ()
 
int32_t getHeight ()
 
int32_t getId ()
 
int32_t getDepthBufferTextureId ()
 
int32_t getGeometryBufferTextureId1 ()
 
int32_t getGeometryBufferTextureId2 ()
 
int32_t getGeometryBufferTextureId3 ()
 
int32_t getColorBufferTextureId1 ()
 
int32_t getColorBufferTextureId2 ()
 
int32_t getColorBufferTextureId3 ()
 
int32_t getColorBufferTextureId4 ()
 
int32_t getColorBufferTextureId5 ()
 
void initialize ()
 Initialize the geometry buffer. More...
 
void reshape (int32_t width, int32_t height)
 Resize the geometry buffer. More...
 
void dispose ()
 Disposes this geometry buffer. More...
 
void enableGeometryBuffer ()
 Enables this geometry buffer to be rendered. More...
 
void renderToScreen (Engine *engine)
 Render to screen or bound geometry buffer @engine engine. More...
 

Static Public Member Functions

static void disableGeometryBuffer ()
 Switches back to non offscreen main frame buffer to be rendered. More...
 

Private Attributes

int32_t width
 
int32_t height
 
int32_t frameBufferId
 
int32_t depthBufferTextureId
 
int32_t geometryBufferTextureId1
 
int32_t geometryBufferTextureId2
 
int32_t geometryBufferTextureId3
 
int32_t colorBufferTextureId1
 
int32_t colorBufferTextureId2
 
int32_t colorBufferTextureId3
 
int32_t colorBufferTextureId4
 
int32_t colorBufferTextureId5
 

Detailed Description

Geometry buffer class.

Author
Andreas Drewke
Version
$Id$

Definition at line 13 of file GeometryBuffer.h.

Constructor & Destructor Documentation

◆ GeometryBuffer()

GeometryBuffer ( int32_t  width,
int32_t  height 
)

Public constructor.

Parameters
widthwidth
heightheight

Definition at line 23 of file GeometryBuffer.cpp.

Member Function Documentation

◆ disableGeometryBuffer()

void disableGeometryBuffer ( )
static

Switches back to non offscreen main frame buffer to be rendered.

Definition at line 100 of file GeometryBuffer.cpp.

◆ dispose()

void dispose ( )

Disposes this geometry buffer.

Definition at line 78 of file GeometryBuffer.cpp.

◆ enableGeometryBuffer()

void enableGeometryBuffer ( )

Enables this geometry buffer to be rendered.

Definition at line 93 of file GeometryBuffer.cpp.

◆ getColorBufferTextureId1()

int32_t getColorBufferTextureId1 ( )
inline
Returns
color buffer texture 1

Definition at line 88 of file GeometryBuffer.h.

◆ getColorBufferTextureId2()

int32_t getColorBufferTextureId2 ( )
inline
Returns
color buffer texture 2

Definition at line 95 of file GeometryBuffer.h.

◆ getColorBufferTextureId3()

int32_t getColorBufferTextureId3 ( )
inline
Returns
color buffer texture 3

Definition at line 102 of file GeometryBuffer.h.

◆ getColorBufferTextureId4()

int32_t getColorBufferTextureId4 ( )
inline
Returns
color buffer texture 4

Definition at line 109 of file GeometryBuffer.h.

◆ getColorBufferTextureId5()

int32_t getColorBufferTextureId5 ( )
inline
Returns
color buffer texture 5

Definition at line 116 of file GeometryBuffer.h.

◆ getDepthBufferTextureId()

int32_t getDepthBufferTextureId ( )
inline
Returns
depth buffer texture

Definition at line 60 of file GeometryBuffer.h.

◆ getGeometryBufferTextureId1()

int32_t getGeometryBufferTextureId1 ( )
inline
Returns
geometry buffer texture 1

Definition at line 67 of file GeometryBuffer.h.

◆ getGeometryBufferTextureId2()

int32_t getGeometryBufferTextureId2 ( )
inline
Returns
geometry buffer texture 2

Definition at line 74 of file GeometryBuffer.h.

◆ getGeometryBufferTextureId3()

int32_t getGeometryBufferTextureId3 ( )
inline
Returns
geometry buffer texture 2

Definition at line 81 of file GeometryBuffer.h.

◆ getHeight()

int32_t getHeight ( )
inline
Returns
height

Definition at line 46 of file GeometryBuffer.h.

◆ getId()

int32_t getId ( )
inline
Returns
frame buffer id

Definition at line 53 of file GeometryBuffer.h.

◆ getWidth()

int32_t getWidth ( )
inline
Returns
width

Definition at line 39 of file GeometryBuffer.h.

◆ initialize()

void initialize ( )

Initialize the geometry buffer.

Definition at line 39 of file GeometryBuffer.cpp.

◆ renderToScreen()

void renderToScreen ( Engine engine)

Render to screen or bound geometry buffer @engine engine.

Definition at line 107 of file GeometryBuffer.cpp.

◆ reshape()

void reshape ( int32_t  width,
int32_t  height 
)

Resize the geometry buffer.

Parameters
widthwidth
heightheight

Definition at line 63 of file GeometryBuffer.cpp.

Member Data Documentation

◆ colorBufferTextureId1

int32_t colorBufferTextureId1
private

Definition at line 23 of file GeometryBuffer.h.

◆ colorBufferTextureId2

int32_t colorBufferTextureId2
private

Definition at line 24 of file GeometryBuffer.h.

◆ colorBufferTextureId3

int32_t colorBufferTextureId3
private

Definition at line 25 of file GeometryBuffer.h.

◆ colorBufferTextureId4

int32_t colorBufferTextureId4
private

Definition at line 26 of file GeometryBuffer.h.

◆ colorBufferTextureId5

int32_t colorBufferTextureId5
private

Definition at line 27 of file GeometryBuffer.h.

◆ depthBufferTextureId

int32_t depthBufferTextureId
private

Definition at line 19 of file GeometryBuffer.h.

◆ frameBufferId

int32_t frameBufferId
private

Definition at line 18 of file GeometryBuffer.h.

◆ geometryBufferTextureId1

int32_t geometryBufferTextureId1
private

Definition at line 20 of file GeometryBuffer.h.

◆ geometryBufferTextureId2

int32_t geometryBufferTextureId2
private

Definition at line 21 of file GeometryBuffer.h.

◆ geometryBufferTextureId3

int32_t geometryBufferTextureId3
private

Definition at line 22 of file GeometryBuffer.h.

◆ height

int32_t height
private

Definition at line 17 of file GeometryBuffer.h.

◆ width

int32_t width
private

Definition at line 16 of file GeometryBuffer.h.


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