summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_3DObject.h
diff options
context:
space:
mode:
authorDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-27 16:58:31 (GMT)
committerDennis Peeten <dpeeten@onsneteindhoven.nl>2008-05-27 16:58:31 (GMT)
commit950aa6929386d478f5a45739c4abd70500f1fef7 (patch)
tree25a70bc3aa26fd7bee8542a76b352c15976d9c6d /matchblox/engine/C_3DObject.h
parent47dcce1ed989159bbe0fc2a98ebeda4f5dc99772 (diff)
download2iv55-950aa6929386d478f5a45739c4abd70500f1fef7.zip
2iv55-950aa6929386d478f5a45739c4abd70500f1fef7.tar.gz
2iv55-950aa6929386d478f5a45739c4abd70500f1fef7.tar.bz2
Diffstat (limited to 'matchblox/engine/C_3DObject.h')
-rw-r--r--matchblox/engine/C_3DObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchblox/engine/C_3DObject.h b/matchblox/engine/C_3DObject.h
index 2ad5a88..c025d11 100644
--- a/matchblox/engine/C_3DObject.h
+++ b/matchblox/engine/C_3DObject.h
@@ -42,8 +42,8 @@ public:
void TransRotateScale(); //applies the scaling, translation and rotation
//for this object
- virtual void Render(); //renders the object using the current projection
- //and modelview matrices
+ virtual void Render(GLint f_iTexLocation); //renders the object using the current projection
+ //and modelview matrices
protected:
Vect3D_t m_Pos,