Search found 5 matches

by Sidus
Mon Jul 19, 2010 4:51 am
Forum: Beginners Help
Topic: What is wrong with this collision?
Replies: 1
Views: 282

Resolved :oops:
had to increase these values:

Code: Select all

   ***metaSelector, dnode, core::vector3df(25,5000,25),
    core::vector3df(0, terrain ? -2.5 : 0.0,0),
    core::vector3df(0,-4999.78,0), 0.005f);***
by Sidus
Sun Jul 18, 2010 11:27 pm
Forum: Beginners Help
Topic: What is wrong with this collision?
Replies: 1
Views: 282

What is wrong with this collision?

My objective is to make collide my character on a huge heightmap. It seems works pretty nice when a zone is flat as in this pic: http://img839.imageshack.us/img839/9431/screenshot2010071901121.th.jpg But it seems to fly over the terrain if a ground down: http://img826.imageshack.us/img826/155/screen...
by Sidus
Mon May 24, 2010 7:36 pm
Forum: Project Announcements
Topic: Wow Camera
Replies: 27
Views: 15342

Tried to upgrading it but missing where im wrong: IamarCamera.h // Copyright (C) 2002-2006 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __IAMAR_CAMERA_H__ #define __IAMAR_CAMERA_H__ #i...
by Sidus
Mon May 24, 2010 3:53 pm
Forum: Project Announcements
Topic: Wow Camera
Replies: 27
Views: 15342

Hello, im learning c++.. Can't get it work with Irrlicht 1.7.1, could anyone updating the code? Thanks so much Could you post errors you're getting? (If it's type errors please just post 1 instead of duplicates so we can post a solution and you can apply it to all the lines you get an error on). I ...
by Sidus
Mon May 24, 2010 6:08 am
Forum: Project Announcements
Topic: Wow Camera
Replies: 27
Views: 15342

Hello, im learning c++..
Can't get it work with Irrlicht 1.7.1, could anyone updating the code?

Thanks so much