Search found 6 matches
- Sat Jul 16, 2005 12:41 pm
- Forum: Beginners Help
- Topic: MD2 Animation question
- Replies: 3
- Views: 259
Re: MD2 Animation question
Hi. I have a question about md2 animation. How can I stop an animation at any time? For example, I have a MD2 model, a guy, and when I press the key, the guy moves in an animated walk, but when release the key, the guy stop and the animation must stop. How can I stop and resume an animation? Thanks...
- Mon Jul 04, 2005 9:09 pm
- Forum: Beginners Help
- Topic: Some interesting 3rd person shooter code
- Replies: 0
- Views: 249
Some interesting 3rd person shooter code
Well it kinda works to a point, I was trying to come up with a simpler way of doing it: bool CDemo::OnEvent(SEvent event) { core::vector3df model_rotate; scene::ICameraSceneNode* camera = 0; scene::ISceneManager* sm = device->getSceneManager(); camera = sm->getActiveCamera(); core::line3d<f32> line;...
- Mon Jul 04, 2005 1:27 am
- Forum: Beginners Help
- Topic: Reloading a Map
- Replies: 4
- Views: 491
The same way as you loaded the first map. Make sure you do a smgr->clear(); before loading the second, that's all. I tried it but got a compile error: Compiling... CDemo.cpp C:\irrct\examples\Techdemo\CDemo.cpp(398) : error C2039: 'clear' : is not a member of 'ISceneManager' C:\IRRCT\INCLUDE\IScene...
- Sun Jul 03, 2005 11:46 pm
- Forum: Advanced Help
- Topic: Reloading a Map
- Replies: 1
- Views: 234
Reloading a Map
How do you load in a different map? I know that you have to have some sort of clean up and reload routine. But how do you do it? Thanks
- Sun Jul 03, 2005 11:09 pm
- Forum: Beginners Help
- Topic: Reloading a Map
- Replies: 4
- Views: 491
Reloading a Map
How do you load in another Map? Does anybody have any example code on how to do this? Thanks
- Wed Jun 15, 2005 7:38 pm
- Forum: Project Announcements
- Topic: My 1st Video game attempt
- Replies: 7
- Views: 1406
My 1st Video game attempt
I just finished my 1st video game called Ghost Hunter, using: 1) Q3Radiant 202 2) Milkshape 1.6.6 3) Microsoft Visual C++ 6.0 http://www.freephotopost.com/uploads/f8c2cd7dcd.jpg http://www.freephotopost.com/uploads/f968b68f1b.jpg Using Irrlicht made it so much easier than the other game engines that...