Rick Posted July 18, 2013 Share Posted July 18, 2013 I have a csg object and I have a script attached where in the UpdateWorld() it just calls self.entity:Move() but it doesn't register collisions. I want to move this csg "forward" without physics/mass but still have it register a collision. I suppose I could use http://www.leadwerks.com/werkspace/page/documentation/_/command-reference/entity/entityphysicssetposition-r190 but how would I always make it more "forward"? I like the Move() function because I can just pass a value in the z axis variable and it'll move forward. Thinking a PhysicsMove() would be a nice thing to have. Quote Link to comment Share on other sites More sharing options...
YouGroove Posted July 18, 2013 Share Posted July 18, 2013 I want to move this csg "forward" without physics/mass but still have it register a collision. Remember me the old good Blitz3D engine. I thnik you will need physics to be able to have precise shape detection collision. Quote Stop toying and make games Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.