40 #ifndef _graphicsrenderableproxy_cpp
41 #define _graphicsrenderableproxy_cpp
47 #include "Graphics/scenemanager.h"
50 #include "exception.h"
52 #include "stringtool.h"
63 VisibilityMask(Ogre::MovableObject::getDefaultVisibilityFlags()),
64 QueryMask(Ogre::MovableObject::getDefaultQueryFlags()),
250 Boolean WasInWorld =
false;
252 if( !InWorldAttrib.
Empty() ) {
270 if( !PropertiesNode.
Empty() ) {
273 if( !CurrAttrib.
Empty() )
276 CurrAttrib = PropertiesNode.
GetAttribute(
"CastShadows");
277 if( !CurrAttrib.
Empty() )
281 if( !CurrAttrib.
Empty() )
284 CurrAttrib = PropertiesNode.
GetAttribute(
"VisibilityMask");
285 if( !CurrAttrib.
Empty() )
289 if( !CurrAttrib.
Empty() )
292 CurrAttrib = PropertiesNode.
GetAttribute(
"RenderDistance");
293 if( !CurrAttrib.
Empty() )
307 {
return "RenderableProxy"; }