Home
last modified time | relevance | path

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

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ive/
H A DSpecularHighlights.cpp34 out->writeFloat(getSpecularExponent()); in write()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ive/
H A DSpecularHighlights.cpp34 out->writeFloat(getSpecularExponent()); in write()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgFX/
H A DSpecularHighlights72 inline float getSpecularExponent() const;
125 inline float SpecularHighlights::getSpecularExponent() const
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgFX/
H A DSpecularHighlights72 inline float getSpecularExponent() const;
125 inline float SpecularHighlights::getSpecularExponent() const
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osgFX/
H A DIO_SpecularHighlights.cpp73 fw.indent() << "specularExponent " << myobj.getSpecularExponent() << "\n"; in SpecularHighlights_writeLocalData()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osgFX/
H A DIO_SpecularHighlights.cpp73 fw.indent() << "specularExponent " << myobj.getSpecularExponent() << "\n"; in SpecularHighlights_writeLocalData()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/export/
H A D_TachyonExporter.java70 phong = " Phong Plastic 0.5 Phong_size " + gdata.getSpecularExponent(); in getLightingInfo()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DGData.java233 public int getSpecularExponent() { in getSpecularExponent() method in GData
/dports/science/jmol/jmol-14.32.7/src/org/jmol/viewer/
H A DStateCreator.java437 int se = g.getSpecularExponent(); in getLightingState()