Page 2 of 3

Posted: Wed Nov 21, 2007 10:04 pm
by Mrelusive
look at example 12. TerrainRendering under the irrlicht examples folder. That has terrain collision involved in it.

Posted: Tue Nov 27, 2007 9:11 pm
by Eagle
How do you guys insert the 3rd person cam into the engine so it can be
ran? I dropped it in the examples folder and tried to run it but it crashed
and said it couldn’t find the engine??

any help would be great!

always~
Vickie ;)

Posted: Thu Nov 29, 2007 9:48 pm
by Eagle
hey Joe,
The "release" version of your WOW cam errors out when I run it. I get an
error that says "R6025 - pure virtual function call" so I built the program
"3rdPersonCam" and ran it but got the same problem. is it missing any other
files besides the Irrlicht.dll ?

always~
Vickie ;)

Posted: Thu Nov 29, 2007 11:16 pm
by eMgz
Eagle wrote:hey Joe,
The "release" version of your WOW cam errors out when I run it. I get an
error that says "R6025 - pure virtual function call" so I built the program
"3rdPersonCam" and ran it but got the same problem. is it missing any other
files besides the Irrlicht.dll ?

always~
Vickie ;)
same here
im using this one for now
http://irrlicht.sourceforge.net/phpBB2/ ... ht=#131848

Posted: Thu Nov 29, 2007 11:43 pm
by dlangdev
sounds like missing declaration.

i'll be adding this feature on sample #16 soon.

keep posting on how the code is being ported to the latest version, i may dive into getting the code integrated if it is broken, later.

Posted: Fri Nov 30, 2007 12:17 am
by hybrid
Pure virtual function calls can only happen if a precompiled lib is combined with new code that uses a different header. So I assume that you use some application with a new or changed Irrlicht.dll which has used different headers.

Posted: Fri Nov 30, 2007 1:39 am
by Eagle
dlangdev wrote:sounds like missing declaration.

i'll be adding this feature on sample #16 soon.

keep posting on how the code is being ported to the latest version, i may dive into getting the code integrated if it is broken, later.
Thats Awesome Dlangdev, can't wait to play with it!

always~
Eagle

Posted: Fri Nov 30, 2007 1:56 am
by Eagle
eMgz wrote: same here
im using this one for now
http://irrlicht.sourceforge.net/phpBB2/ ... ht=#131848
This looks very good eMgz! Do you have the "PlayerCameraRPGV8.zip"
somewhere on your drive? If so could you e-mail it to me please? The
link is broken in the post about this camera. I would love to try this out~
<edit> forgot my email..LOL!

vickie.eagle@gmail.com

Always~
Vickie ;)

Posted: Mon Dec 10, 2007 3:07 pm
by mqrk
I got the error about MyEventHandler being an abstract class as well. I changed

Code: Select all

//EventReceiver.h
virtual bool OnEvent(SEvent event)
to

Code: Select all

virtual bool OnEvent(const SEvent& event)
Which seemed to fix the problem.

I also had to remove the line:

Code: Select all

//3rdPersonCam.cpp
case 'e': driverType = video::EDT_SOFTWARE2; break;

Posted: Mon Dec 10, 2007 6:25 pm
by hybrid
Softwaredriver2 is now called burningsvideo. Check the API docs.

Posted: Sun Aug 17, 2008 6:34 pm
by sanctus2099

Code: Select all

matrix4 m2;
	m2.setRotationDegrees(Target->getRotation());
Getting a unhadled memory exception error here.
My code is following exactly the way it should

no new updates

Posted: Sun Nov 09, 2008 3:17 am
by jreuschel1
No updates yet for the cam...

But, it was WoW cam right?

wasn't WoW a "World?"

aren't worlds round?

http://jreuschel.10gbfreehost.com/worlds/Worlds.zip

for my latest project

file size
1.49GB / 1000

a picture is worth a thousand words: The exe here is 31 KB and reserves 32MB and it is a picture.
So,are words like little pictures or something?

in which case a picture would be worth 1000 1000th pictures.... (aka little pictures)

are pictures square?

...
...
cout << sqrt(1000);

ahhh that's where floats come into play.

I'm tired

Posted: Sun Nov 09, 2008 3:46 am
by jreuschel1
if you download the exe of Worlds, you might want to know this:


to even see anything you must fly BACKWARDS out of the center of the planet with the 'S' key or you may be forever doomed to see black nothingness

Posted: Sat Nov 29, 2008 12:01 pm
by OnKa
hello friends,

i have a problem... :?

can someone help me?
ich have the msvc9 (2008 Pro) and now i try these code ...
but i cant compile it ... it gives me an error *"irrlicht.h": No such file or directory* ... i have put it in to the folder but the error is ever the same... can someone change it to vc9 for me with the complete files in projekt?

excuse my english, it's not my native language

Posted: Sat Nov 29, 2008 12:26 pm
by rogerborg
OnKa wrote:ich have the msvc9 (2008 Pro) and now i try these code ...
but i cant compile it ... it gives me an error *"irrlicht.h": No such file or directory* ... i have put it in to the folder but the error is ever the same... can someone change it to vc9 for me with the complete files in projekt
If you're a professional, presumably you can do it yourself.

I hope that someone helps you, but I personally don't support people who pirate software, and I strongly suspect that you've done so.