Home
last modified time | relevance | path

Searched refs:maxIrrSource (Results 1 – 2 of 2) sorted by relevance

/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Drender.cpp7008 unsigned int maxIrrSource = 0; in setupObjectLighting() local
7034 maxIrrSource = iter - secondaryIlluminators.begin(); in setupObjectLighting()
7041 << secondaryIlluminators[maxIrrSource].body->getName() << ", " in setupObjectLighting()
7042 << secondaryIlluminators[maxIrrSource].reflectedIrradiance << endl; in setupObjectLighting()
7047 Vec3d toIllum = secondaryIlluminators[maxIrrSource].position_v - objpos; in setupObjectLighting()
7052 … ls.lights[i].color = secondaryIlluminators[maxIrrSource].body->getSurface().color; in setupObjectLighting()
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Drender.cpp7008 unsigned int maxIrrSource = 0; in setupObjectLighting() local
7034 maxIrrSource = iter - secondaryIlluminators.begin(); in setupObjectLighting()
7041 << secondaryIlluminators[maxIrrSource].body->getName() << ", " in setupObjectLighting()
7042 << secondaryIlluminators[maxIrrSource].reflectedIrradiance << endl; in setupObjectLighting()
7047 Vec3d toIllum = secondaryIlluminators[maxIrrSource].position_v - objpos; in setupObjectLighting()
7052 … ls.lights[i].color = secondaryIlluminators[maxIrrSource].body->getSurface().color; in setupObjectLighting()