21 #ifndef HX3D_GRAPHICS_GEOMETRIES_GEOMETRY 22 #define HX3D_GRAPHICS_GEOMETRIES_GEOMETRY 24 #include "hx3d/graphics/geometries/base_geometry.hpp"
VBO drawing geometry w or w/o indices.
Base geometry. Must be inherited.
virtual void draw(Ptr< Shader > shader) override
Draw the geometry.
std::shared_ptr< T > Ptr
Quick-typing shared ptr.