Search found 12 matches
- Wed Jan 25, 2006 9:00 pm
- Forum: Beginners Help
- Topic: Projectile System Collison
- Replies: 3
- Views: 403
Projectile System Collison
I am having a little bit of trouble getting my collision system to work on my guns... here is some code it is very self explanitory.. This gets called by the draw loop. void checkCollision() { if(Bullet) { if(Character) { if (characterIsAlive) { if(Character->getTransformedBoundingBox().intersectsWi...
- Tue Jan 03, 2006 6:50 pm
- Forum: Beginners Help
- Topic: Multiple animators
- Replies: 3
- Views: 182
- Tue Jan 03, 2006 6:32 pm
- Forum: Beginners Help
- Topic: Multiple animators
- Replies: 3
- Views: 182
Multiple animators
How do you add multiple animators to a object?
- Thu Dec 22, 2005 1:52 pm
- Forum: Advanced Help
- Topic: VERY STRANGE UNKNOWN ERROR
- Replies: 12
- Views: 836
- Tue Dec 20, 2005 7:27 pm
- Forum: Advanced Help
- Topic: VERY STRANGE UNKNOWN ERROR
- Replies: 12
- Views: 836
- Tue Dec 20, 2005 7:17 pm
- Forum: Advanced Help
- Topic: VERY STRANGE UNKNOWN ERROR
- Replies: 12
- Views: 836
- Tue Dec 20, 2005 12:13 am
- Forum: Advanced Help
- Topic: VERY STRANGE UNKNOWN ERROR
- Replies: 12
- Views: 836
- Mon Dec 19, 2005 11:44 pm
- Forum: Advanced Help
- Topic: VERY STRANGE UNKNOWN ERROR
- Replies: 12
- Views: 836
VERY STRANGE UNKNOWN ERROR
THIS IS WEIRD!!! dont know why its doing this but when i try to make a triangle selector the program generates a microsoft error report and closes. i have debugged the program down to the line of code that is generating the error. mapSelector = smgr->createTerrainTriangleSelector(terrain, 0); mapSel...
- Mon Dec 19, 2005 10:34 pm
- Forum: Beginners Help
- Topic: program crashes while adding terain triangle selector
- Replies: 7
- Views: 295
- Mon Dec 19, 2005 8:17 pm
- Forum: Beginners Help
- Topic: program crashes while adding terain triangle selector
- Replies: 7
- Views: 295
oops, my bad, it still does crash, i accadently had that one part commented out. so still the same problem
and its crashing before that
at the part
bochek[/code]
and its crashing before that
at the part
Code: Select all
mapSelector = smgr->createTerrainTriangleSelector(terrain, 0);
- Mon Dec 19, 2005 7:36 pm
- Forum: Beginners Help
- Topic: program crashes while adding terain triangle selector
- Replies: 7
- Views: 295
i wish i knew what you where trying to say there, it just doesn't make sence to me, are you telling me to change to ???
Bochek[/code]
Code: Select all
terrain->setTriangleSelector(mapSelector);
Code: Select all
terrain->getTriangleSelector(mapSelector);
Bochek[/code]
- Mon Dec 19, 2005 7:24 pm
- Forum: Beginners Help
- Topic: program crashes while adding terain triangle selector
- Replies: 7
- Views: 295
program crashes while adding terain triangle selector
THIS IS WEIRD!!! dont know why its doing this but when i try to make a triangle selector the program generates a microsoft error report and closes. i have debugged the program down to the line of code that is generating the error. mapSelector = smgr->createTerrainTriangleSelector(terrain, 0); mapSel...