Home
last modified time | relevance | path

Searched refs:CULL_NONE (Results 1 – 25 of 120) sorted by relevance

12345

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DPolygonAttributes.java158 public static final int CULL_NONE = 0; field in PolygonAttributes
245 if (cullFace < CULL_NONE || cullFace > CULL_FRONT) in PolygonAttributes()
271 if (cullFace < CULL_NONE || cullFace > CULL_FRONT) in setCullFace()
/dports/games/pioneer/pioneer-20210723/src/graphics/
H A DTypes.h70 CULL_NONE enumerator
/dports/games/cake/cake_src/cake/
H A Dshaderflags.h141 CULL_NONE = 0, enumerator
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwGraph.h41 enum Cull { CULL_NONE, CULL_CW, CULL_CCW }; enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DRenderState.cpp18 cullmode = GenMode::CULL_NONE; in Generate()
255 state.cullmode = GenMode::CULL_NONE; in GetNoCullRasterizationState()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DMD3Loader.h87 CULL_NONE, enumerator
/dports/devel/upp/upp/bazaar/plugin/assimp/code/MD3/
H A DMD3Loader.h93 CULL_NONE, enumerator
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DMD3Loader.h91 CULL_NONE, enumerator
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DMD3Loader.h91 CULL_NONE, enumerator
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DMD3Loader.h92 CULL_NONE, enumerator
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/MD3/
H A DMD3Loader.h88 CULL_NONE, enumerator
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreShadowRenderer.cpp1217 mDestRenderSystem->_setCullingMode(CULL_NONE); in renderShadowVolumeObjects()
1218 mSceneManager->mPassCullingMode = CULL_NONE; in renderShadowVolumeObjects()
1263 mSceneManager->mPassCullingMode = twosided? CULL_NONE : CULL_ANTICLOCKWISE; in setShadowVolumeStencilState()
1278 mSceneManager->mPassCullingMode = twosided? CULL_NONE : CULL_CLOCKWISE; in setShadowVolumeStencilState()
1444 mShadowDebugPass->setCullingMode(CULL_NONE); in initShadowVolumeMaterials()
1567 mShadowModulativePass->setCullingMode(CULL_NONE); in initShadowVolumeMaterials()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/PlayPen/src/
H A DPlayPenTests.cpp1342 p->setCullingMode(CULL_NONE); in setupContent()
1380 p->setCullingMode(CULL_NONE); in setupContent()
1468 p->setCullingMode(CULL_NONE); in setupContent()
1506 p->setCullingMode(CULL_NONE); in setupContent()
1545 p->setCullingMode(CULL_NONE); in setupContent()
1561 p->setCullingMode(CULL_NONE); in setupContent()
1575 p->setCullingMode(CULL_NONE); in setupContent()
2017 p->setCullingMode(CULL_NONE); in setupContent()
2058 p->setCullingMode(CULL_NONE); in setupContent()
2775 p->setCullingMode(CULL_NONE); in setupContent()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/PlayPen/src/
H A DPlayPenTests.cpp1314 p->setCullingMode(CULL_NONE); in setupContent()
1352 p->setCullingMode(CULL_NONE); in setupContent()
1443 p->setCullingMode(CULL_NONE); in setupContent()
1481 p->setCullingMode(CULL_NONE); in setupContent()
1519 p->setCullingMode(CULL_NONE); in setupContent()
1533 p->setCullingMode(CULL_NONE); in setupContent()
1545 p->setCullingMode(CULL_NONE); in setupContent()
1998 p->setCullingMode(CULL_NONE); in setupContent()
2742 p->setCullingMode(CULL_NONE); in setupContent()
2771 p->setCullingMode(CULL_NONE); in setupContent()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Graphics/
H A DGraphicsDefs.pkg51 CULL_NONE = 0,
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/j3d/
H A DOBJWriter.java564 if (cullFace == PolygonAttributes.CULL_NONE) { in writeNodeGeometry()
921 if (cullFace == PolygonAttributes.CULL_NONE) { in writeNormal()
1046 if (cullFace == PolygonAttributes.CULL_NONE) { in writeIndexedTriangle()
1142 if (cullFace == PolygonAttributes.CULL_NONE) { in writeIndexedQuadrilateral()
1223 if (cullFace == PolygonAttributes.CULL_NONE) { in writeTriangle()
1296 if (cullFace == PolygonAttributes.CULL_NONE) { in writeQuadrilateral()
H A DPolyline3D.java56 new PolygonAttributes(PolygonAttributes.POLYGON_FILL, PolygonAttributes.CULL_NONE, 0, false);
/dports/devel/love/love-11.3/src/modules/graphics/
H A DGraphics.h267 CullMode cullMode = CULL_NONE;
292 CullMode cullMode = CULL_NONE;
958 CullMode meshCullMode = CULL_NONE;
H A Dvertex.h91 CULL_NONE, enumerator
/dports/graphics/ogre3d/ogre-1.11.6/Samples/VolumeTex/src/
H A DVolumeRenderable.cpp214 pass->setCullingMode(CULL_NONE); in initialise()
/dports/graphics/ogre3d/ogre-1.11.6/PlugIns/BSPSceneManager/src/
H A DOgreQuake3Shader.cpp258 mat->setCullingMode(CULL_NONE); in createAsMaterial()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/PlugIns/BSPSceneManager/src/
H A DOgreQuake3Shader.cpp258 mat->setCullingMode(CULL_NONE); in createAsMaterial()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphicsDefs.h97 CULL_NONE = 0, enumerator
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/VolumeTex/src/
H A DVolumeRenderable.cpp216 pass->setCullingMode(CULL_NONE); in initialise()
/dports/games/pioneer/pioneer-20210723/src/
H A DPlanet.cpp248 rsd.cullMode = Graphics::CULL_NONE; in GenerateRings()

12345