free roaming

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
lord_kraig
Posts: 6
Joined: Tue Oct 18, 2011 10:23 am

free roaming

Post by lord_kraig »

ive done a basic collecting game with cubes that provide points but i was thinking of adding a threat, spheres that deduct points and ive tryied to make the objects roam freely in the world ive tryed using a switch statment where the sphere moves from one place then another and another till it loops. could you point me or provide pointers on how to make the sphere free moving.
randomMesh
Posts: 1186
Joined: Fri Dec 29, 2006 12:04 am

Re: free roaming

Post by randomMesh »

This is a pretty vague question, it heavily depends on your game/setup. I suggest to search the forum for "waypoint" or "pathfinding" and come back with a more specific question.
"Whoops..."
lord_kraig
Posts: 6
Joined: Tue Oct 18, 2011 10:23 am

Re: free roaming

Post by lord_kraig »

basicly how do you make an object move around the world on its own
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: free roaming

Post by hybrid »

Example 4 is called 'Movement'. Guess what would help you most to look at next.
Post Reply