[no bug]addshadowvolume source

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
robertgarand
Posts: 69
Joined: Fri Feb 22, 2008 6:47 pm
Location: montreal
Contact:

[no bug]addshadowvolume source

Post by robertgarand »

Hi,
Did I miss something, but when compiling for static lib, got this message, and other of that type mainly for shadowvolume. The declaration for some function are not in the header file.
Checked in svn nothing said about shadow since rev1.4.1

Can you light it up plz?
Regards,
Robert


D:\projet\irrlicht-1.4.2\source\Irrlicht\CAnimatedMeshSceneNode.cpp|273|
error: 'class irr::scene::IShadowVolumeSceneNode' has no member named 'updateShadowVolumes'|
If it can't be writen, it can't exist
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Did you mix up headers from SVN/trunk with apps or libs from 1.4.2?
robertgarand
Posts: 69
Joined: Fri Feb 22, 2008 6:47 pm
Location: montreal
Contact:

no, i didn't

Post by robertgarand »

nope I didn't do that sir.
If it can't be writen, it can't exist
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, you did. The 1.4 branch (and so also the 1.4.x releases) don't use the updateShadow method, neither in sources nor in includes. So your sources are obviously from SVN/trunk, as this is the only place where this method is used. And your includes are from irrlicht 1.4, so they don't have the mentioned method.
robertgarand
Posts: 69
Joined: Fri Feb 22, 2008 6:47 pm
Location: montreal
Contact:

Your so right !!!

Post by robertgarand »

I didn't remember updating this version (1.4.2) :oops:
I'm sorry, hope I didn't made you lost time on this,
I unzip the package back over and it compiles OK,
for this part at least.
I apologize sincerely, maybe I work too much on this...own you a beer.

The thing that got me wrong is that I work on laptop and desktop, when I sinchronize I loose time stamp. I only know I have the last version all the
time. maybe I should find myself another tool to keep the time stamp.

Regards,
Robert
If it can't be writen, it can't exist
Post Reply