From: frohlich Date: Sun, 15 Mar 2009 15:06:19 +0000 (+0000) Subject: Make sure the boundingvolumes for the btg files are as high as possible X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd294b6f98d214063d1f980fbf203e33d2ba000a;p=simgear.git Make sure the boundingvolumes for the btg files are as high as possible in the scenegraph. Modified Files: simgear/scene/tgdb/SGReaderWriterBTG.cxx --- diff --git a/simgear/scene/tgdb/SGReaderWriterBTG.cxx b/simgear/scene/tgdb/SGReaderWriterBTG.cxx index 1ab674fd..a93bfcec 100644 --- a/simgear/scene/tgdb/SGReaderWriterBTG.cxx +++ b/simgear/scene/tgdb/SGReaderWriterBTG.cxx @@ -77,7 +77,13 @@ SGReaderWriterBTG::readNode(const std::string& fileName, return ReadResult::FILE_NOT_HANDLED; } + +typedef ModelRegistryCallback +BTGCallback; + namespace { -ModelRegistryCallbackProxy g_btgCallbackProxy("btg"); +ModelRegistryCallbackProxy g_btgCallbackProxy("btg"); }