22 #ifndef STARK_GFX_TINYGL_RENDERED_H 23 #define STARK_GFX_TINYGL_RENDERED_H 25 #include "engines/stark/model/model.h" 26 #include "engines/stark/visual/prop.h" 27 #include "engines/stark/gfx/tinygl.h" 29 #include "graphics/tinygl/tinygl.h" 31 #include "common/hashmap.h" 32 #include "common/hash-ptr.h" 62 void render(
const Math::Vector3d &position,
float direction,
const LightEntryArray &lights)
override;
71 FaceBufferMap _faceEBO;
74 void uploadVertices();
75 PropVertex *createFaceVBO();
76 uint32 *createFaceEBO(
const Face *face);
82 #endif // STARK_GFX_TINYGL_S_RENDERED_H
Definition: tinyglprop.h:40
Definition: tinyglprop.h:57