[2.1] Why is OgrePlanarReflections.dll mandatory?

What it says on the tin: a place to discuss proposed new features.
Post Reply
User avatar
spookyboo
Silver Sponsor
Silver Sponsor
Posts: 1141
Joined: Tue Jul 06, 2004 5:57 am
x 151
Contact:

[2.1] Why is OgrePlanarReflections.dll mandatory?

Post by spookyboo »

I've updated to an March 8 commit, but my application crashed. Cause was that OgrePlanarReflections.dll could not be loaded. Apparently this dll is mandatory, but why is it a separate dll instead of including this functionality in OgreMain.dll?
User avatar
dark_sylinc
OGRE Team Member
OGRE Team Member
Posts: 5292
Joined: Sat Jul 21, 2007 4:55 pm
Location: Buenos Aires, Argentina
x 1278
Contact:

Re: [2.1] Why is OgrePlanarReflections.dll mandatory?

Post by dark_sylinc »

HlmsPbs depends on it, hence the DLL problem.

However it's not mandatory. You can build Ogre disabling OGRE_BUILD_COMPONENT_PLANAR_REFLECTIONS from CMake and thus forget about it.

Cheers
User avatar
spookyboo
Silver Sponsor
Silver Sponsor
Posts: 1141
Joined: Tue Jul 06, 2004 5:57 am
x 151
Contact:

Re: [2.1] Why is OgrePlanarReflections.dll mandatory?

Post by spookyboo »

Ah. I wasn't aware of that
Post Reply