Search found 4 matches
- Fri May 10, 2013 6:33 pm
- Forum: Everything 2d/3d Graphics
- Topic: loading multiple .irr files?
- Replies: 6
- Views: 1769
Re: loading multiple .irr files?
when clearing the scenemgr i get an error?
- Fri May 10, 2013 8:27 am
- Forum: Everything 2d/3d Graphics
- Topic: loading multiple .irr files?
- Replies: 6
- Views: 1769
Re: loading multiple .irr files?
having seperate levels, i use thre clear but does that mean everything i had in the scenemanager goes? is there not a way to unload a level only?
- Thu May 09, 2013 8:27 pm
- Forum: Everything 2d/3d Graphics
- Topic: loading multiple .irr files?
- Replies: 6
- Views: 1769
loading multiple .irr files?
making a multiple level game using different .irr files, how can we do this?
- Mon Feb 25, 2013 10:45 am
- Forum: Game Programming
- Topic: Collision Detection Between Animated Meshes
- Replies: 1
- Views: 1507
Collision Detection Between Animated Meshes
using the load irr tutorials we have created our own irr maps, now we created a basic ai where when you are a certain distance from the enemy it chases you in a fly straight animator, however this is very stupid and a slight dodge and they run past you, but they also ghost through the walls of the m...