Home
last modified time | relevance | path

Searched defs:materialIndex (Results 1 – 25 of 83) sorted by relevance

1234

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/qt/
H A Dmaterial_widget.cpp100 std::shared_ptr<cParameterContainer> _params, int materialIndex, QWidget *_materialEditorWidget) in AssignMaterial()
220 void cMaterialWidget::AssignMaterial(const QString &text, int materialIndex) in AssignMaterial()
H A Dmaterial_editor.h68 int materialIndex; variable
H A Dmaterial_selector.cpp109 void cMaterialSelector::SetMaterialIndex(int materialIndex) in SetMaterialIndex()
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomutil/vrml2oogl/lib/
H A DQvIndexedFaceSet.h36 QvMFLong materialIndex; // Material indices variable
H A DQvIndexedLineSet.h36 QvMFLong materialIndex; // Material indices variable
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/nodes/
H A DSoIndexedShape.h51 SoMFInt32 materialIndex; variable
/dports/games/scummvm/scummvm-2.5.1/engines/wintermute/base/gfx/opengl/
H A Dmeshx_opengl.cpp54 int materialIndex = _materialIndices[i]; in render() local
H A Dmeshx_opengl_shader.cpp81 int materialIndex = _materialIndices[i]; in render() local
/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/
H A DSoPickedPoint.h80 int materialIndex; variable
H A DSoPrimitiveVertex.h77 int materialIndex; variable
/dports/astro/celestia/celestia-1.6.1/src/tools/cmod/
H A D3dstocmod.cpp303 uint32 materialIndex = model.addMaterial(material) - 1; in Convert3DSMesh() local
313 uint32 materialIndex = 0; in Convert3DSModel() local
H A Dxtocmod.cpp174 int materialIndex, in DumpTriStrip()
198 int materialIndex, in DumpTriStripAsFan()
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/cmod/
H A D3dstocmod.cpp303 uint32 materialIndex = model.addMaterial(material) - 1; in Convert3DSMesh() local
313 uint32 materialIndex = 0; in Convert3DSModel() local
H A Dxtocmod.cpp174 int materialIndex, in DumpTriStrip()
198 int materialIndex, in DumpTriStripAsFan()
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dmaterial_item_model.cpp213 int materialIndex = 1; in FindFreeIndex() local
245 int cMaterialItemModel::materialIndex(const QModelIndex &index) const in materialIndex() function in cMaterialItemModel
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/objMesh/
H A DobjMesh.h223 unsigned int materialIndex; variable
289 …inline const Material & getMaterial(unsigned int materialIndex) const { return materials[materialI… in getMaterial()
292 …inline const Material * getMaterialHandle(unsigned int materialIndex) const { return &materials[ma… in getMaterialHandle()
293 …inline Material * getMaterialHandle(unsigned int materialIndex) { return &materials[materialIndex]… in getMaterialHandle()
H A DobjMeshBinaryLoader.cpp285 unsigned int materialIndex; in readFromBinary() local
308 unsigned int materialIndex = group->getMaterialIndex(); in writeToBinary() local
H A DobjMesh.cpp108 unsigned int materialIndex = 0; in ObjMesh() local
130 unsigned int materialIndex = 0; in ObjMesh() local
154 for (unsigned int materialIndex=0; materialIndex < numObjMaterials; materialIndex++) in ObjMesh() local
193 unsigned int materialIndex = objMesh_.groups[groupIndex].getMaterialIndex(); in ObjMesh() local
619 for (unsigned int materialIndex=0; materialIndex<numObjMaterials; materialIndex++) in addDefaultMaterial() local
951 for (unsigned int materialIndex=0; materialIndex < numObjMaterials; materialIndex++) in saveToBinary() local
978 for (unsigned int materialIndex=0; materialIndex < numObjMaterials; materialIndex++) in saveToBinary() local
1016 for(unsigned int materialIndex=0; materialIndex < vectorSize; materialIndex++) in saveToBinary() local
1152 unsigned int materialIndex = groups[groupIndex].getMaterialIndex(); in saveToBinary() local
4689 for (unsigned int materialIndex=0; materialIndex < numObjMaterials; materialIndex++) in loadFromBinary() local
[all …]
/dports/audio/faust/faust-2.37.3/tools/physicalModeling/mesh2faust/vega/libraries/include/
H A DobjMesh.h223 unsigned int materialIndex; variable
289 …inline const Material & getMaterial(unsigned int materialIndex) const { return materials[materialI… in getMaterial()
292 …inline const Material * getMaterialHandle(unsigned int materialIndex) const { return &materials[ma… in getMaterialHandle()
293 …inline Material * getMaterialHandle(unsigned int materialIndex) { return &materials[materialIndex]… in getMaterialHandle()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dmesh.cpp276 uint32 materialIndex, in addGroup()
548 uint32 materialIndex = (*iter)->materialIndex; in render() local
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dmesh.cpp276 uint32 materialIndex, in addGroup()
548 uint32 materialIndex = (*iter)->materialIndex; in render() local
/dports/math/vtk8/VTK-8.2.0/IO/CityGML/
H A DvtkCityGMLReader.cxx257 size_t materialIndex, in IsNewPolygonNeeded()
273 size_t materialIndex, in SavePolygon()
292 size_t materialIndex, in GetPolygon()
522 size_t materialIndex = 0; in ReadMultiSurface() local
/dports/math/vtk9/VTK-9.1.0/IO/CityGML/
H A DvtkCityGMLReader.cxx261 bool IsNewPolygonNeeded(PolygonType polygonType, size_t materialIndex, in IsNewPolygonNeeded()
277 void SavePolygon(PolygonType polygonType, size_t materialIndex, in SavePolygon()
295 vtkPolyData* GetPolygon(PolygonType polygonType, size_t materialIndex, in GetPolygon()
635 size_t materialIndex = 0; in ReadMultiSurface() local
/dports/graphics/wdune/wdune-1.926/src/
H A DNodeLineSet.cpp288 int materialIndex = 0; in writeAc3d() local
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DexpPrimaryRecords.cpp232 flags |= FORWARD_ANIM;
407 static const unsigned long LIGHT_SOURCE_PALETTE_OVERRIDE = 0x80000000u >> 5;

1234