357 this->stackedEffects.push_back(
365 for (
auto effect: effects) effect->apply(
this);
391 inline bool isQuadVisible(
float x1,
float y1,
float x2,
float y2,
float x3,
float y3,
float x4,
float y4) {
464 void addQuad(
float x1,
float y1,
float colorR1,
float colorG1,
float colorB1,
float colorA1,
float tu1,
float tv1,
float x2,
float y2,
float colorR2,
float colorG2,
float colorB2,
float colorA2,
float tu2,
float tv2,
float x3,
float y3,
float colorR3,
float colorG3,
float colorB3,
float colorA3,
float tu3,
float tv3,
float x4,
float y4,
float colorR4,
float colorG4,
float colorB4,
float colorA4,
float tu4,
float tv4);
498 void setGradient(
int count, array<GUIColor, 10>& colors, array<float, 10>& colorStarts,
float rotationAngle);
array< float, 4 > & getArray() const
GUI screen node that represents a screen that can be rendered via GUI system.
void setSubRenderAreaBottom(float renderAreaBottom)
Set sub render area bottom.
const GUIColor & getGUIEffectColorAdd()
void setGradient(int count, array< GUIColor, 10 > &colors, array< float, 10 > &colorStarts, float rotationAngle)
Set gradient properties.
void setRenderAreaLeft(float renderAreaLeft)
Set up render area left.
void initRendering()
Init rendering.
float getGUIEffectOffsetY()
void setMaskMaxValue(float maskMaxValue)
Set mask max value.
void setTexureMatrix(const Matrix2D3x3 &textureMatrix)
Set texture matrix.
const GUIColor & getGUIEffectColorMul()
float getGUIEffectOffsetX()
float getRenderAreaBottom()
void unsetGradient()
Disable gradient.
GUIColor guiEffectColorMul
ByteBuffer * fbVerticesByteBuffer
void setGUIEffectOffsetY(float guiEffectOffsetY)
Set GUI effect offset Y.
~GUIRenderer()
Destructor.
ByteBuffer * sbIndicesByteBuffer
void setGUIEffectColorMul(const GUIColor &color)
Set GUI effect color mul.
static constexpr float SCREEN_BOTTOM
float getRenderAreaLeft()
static constexpr float SCREEN_TOP
array< float, 4 > effectColorMulFinal
void setGUIEffectColorAdd(const GUIColor &color)
Set GUI effect color add.
void initScreen(GUIScreenNode *screenNode)
Init screen.
void bindTexture(int32_t textureId)
Bind texture.
void setGUIEffectOffsetX(float guiEffectOffsetX)
Set GUI effect offset X.
void doneRendering()
Done rendering.
array< float, 4 > effectColorAdd
vector< GUIEffectStackEntity > stackedEffects
void doneScreen()
Done screen.
GUIScreenNode * screenNode
ByteBuffer * fbColorsByteBuffer
GUIColor guiEffectColorAdd
void setRenderAreaRight(float renderAreaRight)
Set up render area right.
void setRenderAreaTop(float renderAreaTop)
Set up render area top.
static constexpr float SCREEN_RIGHT
void setSubRenderAreaRight(float renderAreaRight)
Set sub render area right.
void setSubRenderAreaLeft(float renderAreaLeft)
Set sub render area left.
static constexpr int QUAD_COUNT
void setEffectColorAdd(const GUIColor &color)
Set effect color add.
vector< int32_t > * vboIds
bool isQuadVisible(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4)
void setSubRenderAreaTop(float renderAreaTop)
Set sub render area top.
FloatBuffer fbTextureCoordinates
void popEffects()
Pop effects.
void setGUI(GUI *gui)
Set GUI.
void setRenderOffsetY(float renderOffsetY)
Set render offset y.
void setEffectColorMul(const GUIColor &color)
Set effect color mul.
void pushEffects(const vector< GUIEffect * > &effects)
Push effects @oaran effects effects.
ByteBuffer * fbTextureCoordinatesByteBuffer
void bindMask(int32_t textureId)
Bind mask texture.
void setRenderAreaBottom(float renderAreaBottom)
Set up render area bottom.
array< float, 4 > fontColor
float getRenderAreaRight()
array< float, 4 > effectColorAddFinal
GUIScreenNode * getScreenNode()
static constexpr float SCREEN_LEFT
void addQuad(float x1, float y1, float colorR1, float colorG1, float colorB1, float colorA1, float tu1, float tv1, float x2, float y2, float colorR2, float colorG2, float colorB2, float colorA2, float tu2, float tv2, float x3, float y3, float colorR3, float colorG3, float colorB3, float colorA3, float tu3, float tv3, float x4, float y4, float colorR4, float colorG4, float colorB4, float colorA4, float tu4, float tv4)
Add quad Note: quad vertices order 1 2 +-—+ | | | | +-—+ 4 3.
void setFontColor(const GUIColor &color)
Set effect color mul.
array< float, 4 > effectColorMul
void setRenderOffsetX(float renderOffsetX)
Set render offset x.
GUIRenderer(Renderer *renderer)
Public constructor.
GUIColor guiEffectColorMul
GUIColor guiEffectColorAdd