Does the lighting pack change player.h or player.cc?
by Thomas Shaw · in Torque Game Engine · 07/21/2005 (7:59 pm) · 1 replies
Does the lighting pack change player.h or player.cc? We need to know this before we merge our game into the pack.
Thanks.
Thanks.
Torque Owner John Kabus (BobTheCBuilder)
Nope, all of the player changes (like rendering and shadows) are done in one or more of the ancestor classes allowing the changes to affect most or all of the object types instead of just the player class.
Let me know if this helps!
-John