Bbop-Library 0.4.1-alpha
Opengl library to build 2d apps and game that implement a light system named Lumop
 
Loading...
Searching...
No Matches
BbopDrawable Class Referenceabstract

Class Parent de tous ce qui peut être dessiné par une Scene. More...

#include <bbopGlobal.h>

Inheritance diagram for BbopDrawable:
Shape TexteBox ConvexShape RectangleShape Sprite CircleShape AnimatedSprite NoTextureSprite

Public Member Functions

virtual void Draw (GLint *renderUniforms) const =0
 Déssine l'objet héritant de la class.
 

Detailed Description

Class Parent de tous ce qui peut être dessiné par une Scene.

La class Scene utilise cette comme paramètre dans Draw(BbopDrawable).

See also
Scene

Member Function Documentation

◆ Draw()

virtual void BbopDrawable::Draw ( GLint * renderUniforms) const
pure virtual

Déssine l'objet héritant de la class.

Cette méthode est utilisé dans Scene.Draw(BbopDrawable) qui lui transmet le renderModeLoc.

See also
Scene.Draw(BbopDrawable)

Implemented in ConvexShape, NoTextureSprite, RectangleShape, Sprite, and TexteBox.


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