Home
last modified time | relevance | path

Searched refs:frontIntensity (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_light.cpp76 data.frontIntensity = in_frontIntensity; in SetFrontIntensity()
241 out_frontIntensity = data.frontIntensity; in GetFrontIntensity()
392 buf.Add(data.frontIntensity); in Write()
622 if ( data.frontIntensity != in.data.frontIntensity ) in operator ==()
709 data.frontIntensity = 0; in Reset()
H A Dtrpage_geom.h817 float64 frontIntensity; member
H A Dtrpage_print.cpp768 sprintf(ls,"front intensity = %.2f", data.frontIntensity ); buf.prnLine(ls); in Print()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_light.cpp76 data.frontIntensity = in_frontIntensity; in SetFrontIntensity()
241 out_frontIntensity = data.frontIntensity; in GetFrontIntensity()
392 buf.Add(data.frontIntensity); in Write()
622 if ( data.frontIntensity != in.data.frontIntensity ) in operator ==()
709 data.frontIntensity = 0; in Reset()
H A Dtrpage_geom.h817 float64 frontIntensity; member
H A Dtrpage_print.cpp768 sprintf(ls,"front intensity = %.2f", data.frontIntensity ); buf.prnLine(ls);