Porting question TGE 1.5.2 to TGEA 1.7.1 - Player::renderImage
by Michael K. · in Torque Game Engine Advanced · 09/07/2008 (4:25 am) · 2 replies
Hi,
i am currently porting a tge project to tgea 1.7.1 - everything is working except that i can't find this function in tgea: Player::renderImage(SceneState* state, SceneRenderImage* image)
Has it been replaced with something else?
Thanks,
Michael
i am currently porting a tge project to tgea 1.7.1 - everything is working except that i can't find this function in tgea: Player::renderImage(SceneState* state, SceneRenderImage* image)
Has it been replaced with something else?
Thanks,
Michael
Torque 3D Owner Avid Gamer
ShapeBase:: renderImage(SceneState* state) is still there though. Wheeled vehicle still uses it the same way.