Home
last modified time | relevance | path

Searched refs:color_map_intensity_ (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/lwo/
H A DSurface.h70 inline float get_color_map_intensity() const { return color_map_intensity_; } in get_color_map_intensity()
95 float color_map_intensity_; variable
H A DSurface.cpp51 color_map_intensity_(1.0f) in Surface()
66 color_map_intensity_(1.0f) in Surface()
112 color_map_intensity_ = vcol->intensity.fraction; in compile()
346 …orArray(i->second->asVec4Array(num_points, color * color_map_intensity_, color * color_map_intensi… in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/lwo/
H A DSurface.h70 inline float get_color_map_intensity() const { return color_map_intensity_; } in get_color_map_intensity()
95 float color_map_intensity_; variable
H A DSurface.cpp110 color_map_intensity_ = vcol->intensity.fraction; in compile()
343 …orArray(i->second->asVec4Array(num_points, color * color_map_intensity_, color * color_map_intensi… in apply()