Implement Scene Objects; their drawing and parameters. Implement base code for Soluti...
[atyndall/cits2231.git] / helper.c
index 3bc1007..9cfb1fb 100644 (file)
--- a/helper.c
+++ b/helper.c
@@ -299,7 +299,7 @@ int addSceneObject(int id) {
   curObject = nObjects;
 
   sceneObjs[nObjects].mesh = -1; // Teapot is -1 mesh
-  sceneObjs[nObjects].texture = -1;
+  sceneObjs[nObjects].texture = -1; // No texture
   sceneObjs[nObjects].x = 0;
   sceneObjs[nObjects].y = 0;
   sceneObjs[nObjects].z = 0;

UCC git Repository :: git.ucc.asn.au