Search found 6 matches
- Thu Oct 27, 2011 2:47 pm
- Forum: Beginners Help
- Topic: create follow spline animator
- Replies: 5
- Views: 402
create follow spline animator
hi im trying to use a create follow animator to make a sphere move from position to position this is the code i have used scene::ISceneNode* n = smgr->addSphereSceneNode(); if (n) { n->setMaterialTexture(0, driver->getTexture("../../media/axe.jpg")); n->setMater...
- Thu Oct 27, 2011 11:44 am
- Forum: Beginners Help
- Topic: return to driver choice
- Replies: 2
- Views: 352
return to driver choice
is there a return code that allows you to return to the driver choice menu. i tryed return main but if freezes
and return 0 ends it all
and return 0 ends it all
- Tue Oct 25, 2011 11:34 am
- Forum: Beginners Help
- Topic: free roaming
- Replies: 3
- Views: 207
Re: free roaming
basicly how do you make an object move around the world on its own
- Tue Oct 25, 2011 10:28 am
- Forum: Beginners Help
- Topic: free roaming
- Replies: 3
- Views: 207
free roaming
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...
- Tue Oct 25, 2011 10:15 am
- Forum: Beginners Help
- Topic: cammera bounding box
- Replies: 3
- Views: 241
Re: cammera bounding box
thanks this was very helpfull
- Tue Oct 18, 2011 10:29 am
- Forum: Beginners Help
- Topic: cammera bounding box
- Replies: 3
- Views: 241
cammera bounding box
im trying to create a basic game where you collide with a box and the box dissapears but ive got the code for the map, the collision but so far it collides with the map and ive since learnd of a cammera bounding box but days of searching have come up with nothing so i could use some info on what a b...