implemented dummy 3d class.
This commit is contained in:
parent
c8288d7a25
commit
7d8585c5d9
2 changed files with 3 additions and 2 deletions
|
@ -19,8 +19,8 @@
|
||||||
class GameWindow : public endofthejedi::GLWindow {
|
class GameWindow : public endofthejedi::GLWindow {
|
||||||
private:
|
private:
|
||||||
Game* m_game;
|
Game* m_game;
|
||||||
endofthejedi::RendererPolygon2d m_renderer;
|
//endofthejedi::RendererPolygon2d m_renderer;
|
||||||
//endofthejedi::RendererPolygon3d m_renderer;
|
endofthejedi::RendererPolygon3d m_renderer;
|
||||||
//endofthejedi::RendererRayTracer m_renderer;
|
//endofthejedi::RendererRayTracer m_renderer;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
|
@ -19,6 +19,7 @@ namespace endofthejedi {
|
||||||
private:
|
private:
|
||||||
protected:
|
protected:
|
||||||
public:
|
public:
|
||||||
|
virtual void setup() { }
|
||||||
virtual void render(const game::State *state) = 0;
|
virtual void render(const game::State *state) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue