Bbop-2D 0.4.1-alpha
Bbop-2D is a c++ library based on openGL to make 2D game. It implement sprite, shape, light and more.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
BbopDrawable Class Referenceabstract

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

#include <bbopGlobal.h>

Inheritance diagram for BbopDrawable:
Inheritance graph
[legend]

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 TexteBox, RectangleShape, ConvexShape, Sprite, and NoTextureSprite.


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