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

Batch renderer for points. More...

#include <tdme/engine/subsystems/rendering/BatchRendererPoints.h>

Collaboration diagram for BatchRendererPoints:
Collaboration graph

Public Member Functions

bool isAcquired ()
 
bool acquire ()
 Acquire. More...
 
void release ()
 Release. More...
 
void initialize ()
 Init. More...
 
void dispose ()
 Dispose. More...
 

Private Member Functions

 BatchRendererPoints (Renderer *renderer, int32_t id)
 Public constructor. More...
 
 ~BatchRendererPoints ()
 Destructor. More...
 
void render (int contextIdx)
 Render. More...
 
void clear ()
 Clears this batch vbo renderer. More...
 
void addPoint (const TransparentRenderPoint *point, int textureIndex, float pointSize, const Color4 &effectColorMul, const Color4 &effectColorAdd, int textureHorizontalSprites, int textureVerticalSprites)
 Adds a transparent render point to this transparent render points. More...
 
void addPointNoInteger (const TransparentRenderPoint *point, int textureIndex, float pointSize, const Color4 &effectColorMul, const Color4 &effectColorAdd, int textureHorizontalSprites, int textureVerticalSprites)
 Adds a transparent render point to this transparent render points. More...
 
bool hasPoints ()
 
int getPointCount ()
 

Private Attributes

Rendererrenderer { nullptr }
 
vector< int32_t > * vboIds { nullptr }
 
int32_t id
 
bool acquired
 
ByteBufferfbVerticesByteBuffer { nullptr }
 
FloatBuffer fbVertices
 
ByteBuffersbTextureSpriteIndicesByteBuffer { nullptr }
 
ShortBuffer sbTextureSpriteIndices
 
ByteBufferfbColorsByteBuffer { nullptr }
 
FloatBuffer fbColors
 
ByteBufferfbPointSizesByteBuffer { nullptr }
 
FloatBuffer fbPointSizes
 
ByteBuffersbSpriteSheetDimensionByteBuffer { nullptr }
 
ShortBuffer sbSpriteSheetDimension
 
ByteBufferfbEffectColorMulByteBuffer { nullptr }
 
FloatBuffer fbEffectColorMul
 
ByteBufferfbEffectColorAddByteBuffer { nullptr }
 
FloatBuffer fbEffectColorAdd
 
ByteBufferfbTextureSpriteIndicesByteBuffer { nullptr }
 
FloatBuffer fbTextureSpriteIndices
 
ByteBufferfbSpriteSheetDimensionByteBuffer { nullptr }
 
FloatBuffer fbSpriteSheetDimension
 

Static Private Attributes

static constexpr int32_t POINT_COUNT { 65535 }
 

Friends

class EntityRenderer
 

Detailed Description

Batch renderer for points.

Author
andreas.drewke
Version
$Id$

Definition at line 28 of file BatchRendererPoints.h.

Constructor & Destructor Documentation

◆ BatchRendererPoints()

BatchRendererPoints ( Renderer renderer,
int32_t  id 
)
private

Public constructor.

Definition at line 34 of file BatchRendererPoints.cpp.

◆ ~BatchRendererPoints()

~BatchRendererPoints ( )
private

Destructor.

Definition at line 53 of file BatchRendererPoints.cpp.

Member Function Documentation

◆ acquire()

bool acquire ( )
inline

Acquire.

Definition at line 134 of file BatchRendererPoints.h.

◆ addPoint()

void addPoint ( const TransparentRenderPoint point,
int  textureIndex,
float  pointSize,
const Color4 effectColorMul,
const Color4 effectColorAdd,
int  textureHorizontalSprites,
int  textureVerticalSprites 
)
inlineprivate

Adds a transparent render point to this transparent render points.

Parameters
pointtransparent render point

Definition at line 83 of file BatchRendererPoints.h.

◆ addPointNoInteger()

void addPointNoInteger ( const TransparentRenderPoint point,
int  textureIndex,
float  pointSize,
const Color4 effectColorMul,
const Color4 effectColorAdd,
int  textureHorizontalSprites,
int  textureVerticalSprites 
)
inlineprivate

Adds a transparent render point to this transparent render points.

Parameters
pointtransparent render point

Definition at line 99 of file BatchRendererPoints.h.

◆ clear()

void clear ( )
private

Clears this batch vbo renderer.

Definition at line 126 of file BatchRendererPoints.cpp.

◆ dispose()

void dispose ( )

Dispose.

Definition at line 118 of file BatchRendererPoints.cpp.

◆ getPointCount()

int getPointCount ( )
inlineprivate

Definition at line 118 of file BatchRendererPoints.h.

◆ hasPoints()

bool hasPoints ( )
inlineprivate
Returns
has points

Definition at line 114 of file BatchRendererPoints.h.

◆ initialize()

void initialize ( )

Init.

Definition at line 69 of file BatchRendererPoints.cpp.

◆ isAcquired()

bool isAcquired ( )
inline
Returns
acquired

Definition at line 127 of file BatchRendererPoints.h.

◆ release()

void release ( )
inline

Release.

Definition at line 143 of file BatchRendererPoints.h.

◆ render()

void render ( int  contextIdx)
private

Render.

Parameters
contextIdxcontext index

Definition at line 79 of file BatchRendererPoints.cpp.

Friends And Related Function Documentation

◆ EntityRenderer

friend class EntityRenderer
friend

Definition at line 30 of file BatchRendererPoints.h.

Member Data Documentation

◆ acquired

bool acquired
private

Definition at line 37 of file BatchRendererPoints.h.

◆ fbColors

FloatBuffer fbColors
private

Definition at line 43 of file BatchRendererPoints.h.

◆ fbColorsByteBuffer

ByteBuffer* fbColorsByteBuffer { nullptr }
private

Definition at line 42 of file BatchRendererPoints.h.

◆ fbEffectColorAdd

FloatBuffer fbEffectColorAdd
private

Definition at line 51 of file BatchRendererPoints.h.

◆ fbEffectColorAddByteBuffer

ByteBuffer* fbEffectColorAddByteBuffer { nullptr }
private

Definition at line 50 of file BatchRendererPoints.h.

◆ fbEffectColorMul

FloatBuffer fbEffectColorMul
private

Definition at line 49 of file BatchRendererPoints.h.

◆ fbEffectColorMulByteBuffer

ByteBuffer* fbEffectColorMulByteBuffer { nullptr }
private

Definition at line 48 of file BatchRendererPoints.h.

◆ fbPointSizes

FloatBuffer fbPointSizes
private

Definition at line 45 of file BatchRendererPoints.h.

◆ fbPointSizesByteBuffer

ByteBuffer* fbPointSizesByteBuffer { nullptr }
private

Definition at line 44 of file BatchRendererPoints.h.

◆ fbSpriteSheetDimension

FloatBuffer fbSpriteSheetDimension
private

Definition at line 56 of file BatchRendererPoints.h.

◆ fbSpriteSheetDimensionByteBuffer

ByteBuffer* fbSpriteSheetDimensionByteBuffer { nullptr }
private

Definition at line 55 of file BatchRendererPoints.h.

◆ fbTextureSpriteIndices

FloatBuffer fbTextureSpriteIndices
private

Definition at line 54 of file BatchRendererPoints.h.

◆ fbTextureSpriteIndicesByteBuffer

ByteBuffer* fbTextureSpriteIndicesByteBuffer { nullptr }
private

Definition at line 53 of file BatchRendererPoints.h.

◆ fbVertices

FloatBuffer fbVertices
private

Definition at line 39 of file BatchRendererPoints.h.

◆ fbVerticesByteBuffer

ByteBuffer* fbVerticesByteBuffer { nullptr }
private

Definition at line 38 of file BatchRendererPoints.h.

◆ id

int32_t id
private

Definition at line 36 of file BatchRendererPoints.h.

◆ POINT_COUNT

constexpr int32_t POINT_COUNT { 65535 }
staticconstexprprivate

Definition at line 33 of file BatchRendererPoints.h.

◆ renderer

Renderer* renderer { nullptr }
private

Definition at line 34 of file BatchRendererPoints.h.

◆ sbSpriteSheetDimension

ShortBuffer sbSpriteSheetDimension
private

Definition at line 47 of file BatchRendererPoints.h.

◆ sbSpriteSheetDimensionByteBuffer

ByteBuffer* sbSpriteSheetDimensionByteBuffer { nullptr }
private

Definition at line 46 of file BatchRendererPoints.h.

◆ sbTextureSpriteIndices

ShortBuffer sbTextureSpriteIndices
private

Definition at line 41 of file BatchRendererPoints.h.

◆ sbTextureSpriteIndicesByteBuffer

ByteBuffer* sbTextureSpriteIndicesByteBuffer { nullptr }
private

Definition at line 40 of file BatchRendererPoints.h.

◆ vboIds

vector<int32_t>* vboIds { nullptr }
private

Definition at line 35 of file BatchRendererPoints.h.


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