Game Development Community

Rotate Around Point

by NCGames · in Torque Game Builder · 06/20/2011 (8:15 pm) · 0 replies

I'm trying to create a behavior which rotates an object around a point in space. I've tried a few methods, but had no success. Most things I try affect physics. I could use mounting but then my object couldn't move (or would have warped movement), I could move linkpoints but then there'd be no movement. I could use setPosition, but that creates some odd issues. Any suggestions for attacking the problem?