Functioning basic renderer for models

This commit is contained in:
viktorljung
2015-12-01 14:07:10 +01:00
parent 1fdf312af4
commit 04d10bf7af
7 changed files with 95 additions and 17 deletions
+2
View File
@@ -13,6 +13,8 @@ class Skeleton;
class Texture;
class RenderQueue;
//TODO: Render: Remove obsolete RenderJobs and fix standard values on variables.
struct RenderJob
{
friend class RenderQueue;