Home
last modified time | relevance | path

Searched refs:NORMAL_MAP (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/
H A DShaderGen.cpp127 if ((stateMask & LIGHTING) && !(stateMask & NORMAL_MAP)) in createStateSet()
132 if (stateMask & (LIGHTING | NORMAL_MAP)) in createStateSet()
137 if (stateMask & (LIGHTING | NORMAL_MAP | FOG)) in createStateSet()
160 if (stateMask & NORMAL_MAP) in createStateSet()
174 if (stateMask & (DIFFUSE_MAP | NORMAL_MAP)) in createStateSet()
179 if (stateMask & NORMAL_MAP) in createStateSet()
238 if (stateMask & NORMAL_MAP) in createStateSet()
244 if (stateMask & (LIGHTING | NORMAL_MAP)) in createStateSet()
390 stateMask |= ShaderGenCache::NORMAL_MAP; in update()
410 if ((stateMask&ShaderGenCache::NORMAL_MAP)!=0) ss->removeTextureMode(1, GL_TEXTURE_2D); in update()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DTexGen.cpp100 else if (strcmp(str,"NORMAL_MAP")==0) mode = TexGen::NORMAL_MAP; in TexGen_matchModeStr()
114 case(TexGen::NORMAL_MAP): return "NORMAL_MAP"; in TexGen_getModeStr()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DTexGen.cpp100 else if (strcmp(str,"NORMAL_MAP")==0) mode = TexGen::NORMAL_MAP;
114 case(TexGen::NORMAL_MAP): return "NORMAL_MAP";
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dcolor_wheel.cpp78 if (m_colorModel == ColorModel::NORMAL_MAP) { in getMainAreaColor()
187 if (m_colorModel == ColorModel::NORMAL_MAP) { in onPaintMainArea()
298 (m_colorModel != ColorModel::NORMAL_MAP && in onNeedsSurfaceRepaint()
375 if (m_colorModel != ColorModel::NORMAL_MAP) { in onOptions()
391 if (m_colorModel != ColorModel::NORMAL_MAP) { in onOptions()
H A Dcolor_wheel.h21 NORMAL_MAP, enumerator
H A Dcolor_bar.cpp388 m_wheel->setColorModel(ColorWheel::ColorModel::NORMAL_MAP); in setColorSelector()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/serializers/osg/
H A DTexGen.cpp32 ADD_ENUM_VALUE( NORMAL_MAP ); in PLANE_FUNCTION()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/serializers/osg/
H A DTexGen.cpp32 ADD_ENUM_VALUE( NORMAL_MAP ); in PLANE_FUNCTION()
/dports/games/stuntrally/stuntrally-2.6.1/data/materials/
H A Dmain.shader21 #define NORMAL_MAP @shPropertyHasValue(normalMap)
77 #if NORMAL_MAP
227 #if NORMAL_MAP
300 #if NORMAL_MAP
410 #if NORMAL_MAP
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DTexGen.cpp106 else if (_mode == NORMAL_MAP) in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DTexGen.cpp106 else if (_mode == NORMAL_MAP) in apply()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/
H A DShaderGen38 NORMAL_MAP = 16 //< Texture in unit 1 and vertex attribute array 6
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaConstGL.cpp134 PUSH_GL(NORMAL_MAP); in PushEntries()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DTexCoordGeneration.java218 public static final int NORMAL_MAP = 3; field in TexCoordGeneration
H A DTexCoordGenerationRetained.java283 ((genMode == TexCoordGeneration.NORMAL_MAP) || in updateNative()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osg/
H A DTexGen104 NORMAL_MAP = GL_NORMAL_MAP_ARB,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osg/
H A DTexGen104 NORMAL_MAP = GL_NORMAL_MAP_ARB,
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgvertexprogram/
H A Dosgvertexprogram.cpp257 tg->setMode(osg::TexGen::NORMAL_MAP); in createSkyBox()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgvertexprogram/
H A Dosgvertexprogram.cpp257 tg->setMode(osg::TexGen::NORMAL_MAP); in createSkyBox()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DShaderGenerator.cpp1132 case osg::TexGen::NORMAL_MAP: in apply()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DTextureBuilder.cxx1034 { "normal-map", TexGen::NORMAL_MAP},
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/jogl/javax/media/j3d/
H A DJoglPipeline.java4820 case TexCoordGeneration.NORMAL_MAP: in updateTexCoordGeneration()