Home
last modified time | relevance | path

Searched refs:FOG_LINEAR (Results 1 – 25 of 112) sorted by relevance

12345

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/ShaderSystemTexturedFog/include/
H A DShaderSystemTexturedFog.h70 mSceneMgr->setFog(FOG_LINEAR, ColourValue::White, 0, 500, 1000); in setupContent()
167 FogMode mode = mSceneMgr->getFogMode() == FOG_NONE ? FOG_LINEAR : FOG_NONE; in checkBoxToggled()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/ShaderSystemTexturedFog/include/
H A DShaderSystemTexturedFog.h68 mSceneMgr->setFog(FOG_LINEAR, ColourValue::White, 0, 500, 1000); in setupContent()
164 FogMode mode = mSceneMgr->getFogMode() == FOG_NONE ? FOG_LINEAR : FOG_NONE; in checkBoxToggled()
/dports/x11-clocks/glclock/glclock-6.0b6.0/
H A Dglclock.H642 FOG_LINEAR = 1, enumerator
648 #define FOG_MODE FOG_LINEAR
/dports/graphics/ogre3d/ogre-1.11.6/Components/RTShaderSystem/src/
H A DOgreShaderFFPFog.cpp204 case FOG_LINEAR: in addFunctionInvocations()
226 case FOG_LINEAR: in addFunctionInvocations()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Character/include/
H A DCharacterSample.h74 mSceneMgr->setFog(Ogre::FOG_LINEAR, ColourValue(1.0f, 1.0f, 0.8f), 0, 15, 100); in setupContent()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Character/include/
H A DCharacterSample.h84 mSceneMgr->setFog(Ogre::FOG_LINEAR, ColourValue(1.0f, 1.0f, 0.8f), 0, 15, 100); in setupContent()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Components/RTShaderSystem/src/
H A DOgreShaderFFPFog.cpp235 case FOG_LINEAR: in addFunctionInvocations()
265 case FOG_LINEAR: in addFunctionInvocations()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/lang/clover/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/main/
H A Dfog.c93 ctx->Fog._PackedMode = FOG_LINEAR; in _mesa_Fogfv()
/dports/graphics/rigsofrods-pagedgeometry/ogre-pagedgeometry-1.2.0/examples/
H A DExample2.cpp182 sceneMgr->setFog(FOG_LINEAR, viewport->getBackgroundColour(), 0, 100, 700); in load()
H A DExample4.cpp180 sceneMgr->setFog(FOG_LINEAR, viewport->getBackgroundColour(), 0, 100, 700); in load()
H A DExample1.cpp181 sceneMgr->setFog(FOG_LINEAR, viewport->getBackgroundColour(), 0, 100, 700); in load()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dcloud.cpp115 device->SetFogParams(FOG_LINEAR, m_engine->GetFogColor( m_engine->GetRankView() ), in Draw()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/ShaderSystemTexturedFog/src/
H A DRTShaderSRSTexturedFog.cpp220 case FOG_LINEAR: in addFunctionInvocations()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Ddevice.h221 FOG_LINEAR, enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/PCZTestApp/include/
H A DPCZTestApp.h252 mSceneMgr->setFog( FOG_LINEAR, fadeColour, .001, 500, 1000); in createScene()

12345