Moving Platforms
by Samir Gupta · in Torque Game Engine · 08/03/2007 (9:59 am) · 3 replies
I'm wanting to create platforms that move during the game, and hopefully use the pathing to give them their path. Before I try tinkering with anything, what would be the most efficient datablock to use for a simple moving object that's compatible with the pathing feature? Or is there another way moving platforms can be done?
About the author
Torque Owner Samir Gupta
Would having lots of simple shape objects set as AIPlayers using the PlayerData datablock be too intensive on performance? (I haven't tried it yet.) Is there any other datablock that's compatible with pathing AI that would be more efficient for performance?
I'm gonna go ahead and try it using multiple platforms as PlayerData objects while I wait for responses.