Ogre::WireBoundingBox papercut

Minor issues with the Ogre API that can be trivial to fix
Post Reply
User avatar
JohnBoyMan
Gremlin
Posts: 194
Joined: Sun Nov 07, 2010 12:21 am
Location: Vancouver

Ogre::WireBoundingBox papercut

Post by JohnBoyMan »

Hello. I was was given a link here for a question i had int he help forums. It was about shadows being casted by my nodes bounding box.

someone told me this
"
The bounding box is displayed using an Ogre::WireBoundingBox object, which inherits from SimpleRenderable/Movable, which sets CastShadows to true by default. The WireBoundingBox object in scene node is protected, hence not accessible from the outside.
"
The solution would be that WireBoundingBox should default to CastShadows = false.

Take it or leave it. thanks
User avatar
jacmoe
OGRE Retired Moderator
OGRE Retired Moderator
Posts: 20570
Joined: Thu Jan 22, 2004 10:13 am
Location: Denmark
x 179
Contact:

Re: Ogre::WireBoundingBox papercut

Post by jacmoe »

JohnBoyMan wrote:Take it or leave it. thanks
Take it = ticket in Mantis tracker.
Leave it = no ticket in tracker.
It's up to you. :wink:
/* Less noise. More signal. */
Ogitor Scenebuilder - powered by Ogre, presented by Qt, fueled by Passion.
OgreAddons - the Ogre code suppository.
Post Reply