21 #ifndef HX3D_GRAPHICS_BATCH 22 #define HX3D_GRAPHICS_BATCH 24 #include "hx3d/graphics/base_batch.hpp" 41 virtual void begin()
override;
42 virtual void end()
override;
43 virtual void draw(
Mesh& mesh)
override;
virtual void end() override
End the batching.
Simple base batch implementation. Draw at each draw call.
virtual void begin() override
Begin the batching.
virtual void draw(Mesh &mesh) override
Draw the mesh.
Displayable 2D/3D element.
Math function definition.
Draw meshes and texts on screen.