Home
last modified time | relevance | path

Searched refs:SPATIALIZE_GROUPS (Results 1 – 9 of 9) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Doptimizer.hpp81 SPATIALIZE_GROUPS = (1 << 8), enumerator
113 SPATIALIZE_GROUPS |
/dports/games/palomino/palomino/src/graph/
H A Dnode_sort.cc56 | osgUtil::Optimizer::SPATIALIZE_GROUPS
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/
H A DOptimizer78 SPATIALIZE_GROUPS = (1 << 8),
111 SPATIALIZE_GROUPS |
562 BaseOptimizerVisitor(optimizer, SPATIALIZE_GROUPS) {}
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DOptimizer78 SPATIALIZE_GROUPS = (1 << 8),
110 SPATIALIZE_GROUPS |
579 BaseOptimizerVisitor(optimizer, SPATIALIZE_GROUPS) {}
/dports/games/flightgear/flightgear-2020.3.11/utils/stgmerge/
H A Dstgmerge.cxx413 | osgUtil::Optimizer::SPATIALIZE_GROUPS in processSTG()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DOptimizer.cpp97 if(str.find("~SPATIALIZE_GROUPS")!=std::string::npos) options ^= SPATIALIZE_GROUPS; in optimize()
98 else if(str.find("SPATIALIZE_GROUPS")!=std::string::npos) options |= SPATIALIZE_GROUPS; in optimize()
332 if (options & SPATIALIZE_GROUPS) in optimize()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DOptimizer.cpp100 if(str.find("~SPATIALIZE_GROUPS")!=std::string::npos) options ^= SPATIALIZE_GROUPS; in optimize()
101 else if(str.find("SPATIALIZE_GROUPS")!=std::string::npos) options |= SPATIALIZE_GROUPS; in optimize()
352 if (options & SPATIALIZE_GROUPS) in optimize()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/
H A DChangeLog24744 set OSG_OPTIMIZER="SPATIALIZE_GROUPS"
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/
H A DChangeLog35310 set OSG_OPTIMIZER="SPATIALIZE_GROUPS"