Home
last modified time | relevance | path

Searched refs:SG_PARTICLES (Results 1 – 5 of 5) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/debug/
H A Ddebug_types.h38 SG_PARTICLES = 0x02000000, enumerator
H A DLogCallback.cxx111 case SG_PARTICLES: return "particles"; in debugClassToString()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Dparticles.cxx541 SG_LOG(SG_PARTICLES, SG_DEBUG, in appendParticles()
672 SG_LOG(SG_PARTICLES, SG_ALERT, in appendParticles()
898 SG_LOG(SG_PARTICLES, SG_DEBUG, "Setting up particle system user data and callback."); in appendParticles()
H A DSGReaderWriterXML.cxx519 SG_LOG(SG_PARTICLES, SG_DEBUG, "Reading in particle " << i << " from file: " << path); in sgLoad3DModel_internal()
/dports/games/flightgear/flightgear-2020.3.11/test_suite/
H A DtestSuite.cxx158 logClass |= SG_PARTICLES; in processLogClass()