Textures and colors passed to shader via Uniforms

This commit is contained in:
Dane Johnson
2021-01-17 14:36:38 -06:00
parent e243a666f1
commit 5e8d693758
21 changed files with 7960 additions and 16 deletions

View File

@@ -8,6 +8,7 @@
#include "Transform.h"
#include "Spatial.h"
#include "Drawable.h"
#include "Material.h"
#include "Mesh.h"
#include "Ball.h"
#include "Camera.h"
@@ -36,6 +37,7 @@ public:
%include "Spatial.h"
%include "Transform.h"
%include "Drawable.h"
%include "Material.h"
%include "Mesh.h"
%include "Ball.h"
%include "Camera.h"