Home
last modified time | relevance | path

Searched refs:setBackfaceCulling (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkMaterialPropertyWidget.h64 Q_PROPERTY(bool backfaceCulling READ backfaceCulling WRITE setBackfaceCulling);
119 void setBackfaceCulling(bool enable);
H A DctkMaterialPropertyWidget.cpp183 void ctkMaterialPropertyWidget::setBackfaceCulling(bool newBackfaceCulling) in setBackfaceCulling() function in ctkMaterialPropertyWidget
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DITriangleRenderer.h42 virtual void setBackfaceCulling(bool enabled = true) = 0;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DITriangleRenderer.h42 virtual void setBackfaceCulling(bool enabled = true) = 0;
H A DCTRTextureGouraud.h48 virtual void setBackfaceCulling(bool enabled = true);
H A DCTRTextureGouraud.cpp68 void CTRTextureGouraud::setBackfaceCulling(bool enabled) in setBackfaceCulling() function in irr::video::CTRTextureGouraud
H A DCSoftwareDriver.cpp111 CurrentTriangleRenderer->setBackfaceCulling(Material.BackfaceCulling == true); in switchToTriangleRenderer()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/Testing/Cpp/
H A DctkVTKPropertyWidgetTest.cpp111 propertyWidget.setBackfaceCulling(true); in testProperties()
H A DctkVTKSurfaceMaterialPropertyWidgetTest1.cpp224 propertyWidget.setBackfaceCulling(true); in ctkVTKSurfaceMaterialPropertyWidgetTest1()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/
H A DctkVTKPropertyWidget.h109 virtual void setBackfaceCulling(bool newBackfaceCulling);
H A DctkVTKPropertyWidget.cpp68 q, SLOT(setBackfaceCulling(bool))); in setupUi()
370 void ctkVTKPropertyWidget::setBackfaceCulling(bool newBackfaceCulling) in setBackfaceCulling() function in ctkVTKPropertyWidget
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoShapeHintsElement.cpp272 SoLazyElement::setBackfaceCulling(state, this->vertexOrdering != UNKNOWN_ORDERING && in updateLazyElement()
H A DSoLazyElement.cpp820 SoLazyElement::setBackfaceCulling(SoState * state, SbBool onoff) in setBackfaceCulling() function in SoLazyElement
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoLazyElement.h145 static void setBackfaceCulling(SoState * state, SbBool onoff);
/dports/graphics/Coin/coin-Coin-4.0.0/src/actions/
H A DSoGLRenderAction.cpp1263 SoLazyElement::setBackfaceCulling(this->state, TRUE); in handleTransparency()
1268 SoLazyElement::setBackfaceCulling(this->state, TRUE); in handleTransparency()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMMesh.h866 void setBackfaceCulling(unsigned int bck) in setBackfaceCulling() function