Home
last modified time | relevance | path

Searched refs:matNames (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Dot3Bump/include/
H A DDot3Bump.h171 StringVector matNames; in setupModels() local
176 matNames.push_back("Examples/ShowUV"); in setupModels()
177 matNames.push_back("Examples/ShowNormals"); in setupModels()
178 matNames.push_back("Examples/ShowTangents"); in setupModels()
186 mPossibilities["ogrehead.mesh"] = matNames; in setupModels()
187 mPossibilities["knot.mesh"] = matNames; in setupModels()
189 matNames.clear(); in setupModels()
193 matNames.push_back("Examples/ShowUV"); in setupModels()
194 matNames.push_back("Examples/ShowNormals"); in setupModels()
195 matNames.push_back("Examples/ShowTangents"); in setupModels()
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Dot3Bump/include/
H A DDot3Bump.h166 StringVector matNames; in setupModels() local
171 matNames.push_back("Examples/ShowUV"); in setupModels()
172 matNames.push_back("Examples/ShowNormals"); in setupModels()
173 matNames.push_back("Examples/ShowTangents"); in setupModels()
181 mPossibilities["ogrehead.mesh"] = matNames; in setupModels()
182 mPossibilities["knot.mesh"] = matNames; in setupModels()
184 matNames.clear(); in setupModels()
188 matNames.push_back("Examples/ShowUV"); in setupModels()
189 matNames.push_back("Examples/ShowNormals"); in setupModels()
190 matNames.push_back("Examples/ShowTangents"); in setupModels()
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/PNTrianglesTessellation/include/
H A DPNTrianglesTessellation.h162 StringVector matNames; in setupModels() local
164 matNames.push_back("Ogre/NoTessellation"); in setupModels()
165 matNames.push_back("Ogre/TesselationExample"); in setupModels()
166 matNames.push_back("Ogre/SimpleTessellation"); in setupModels()
168 matNames.push_back("Ogre/AdaptivePNTrianglesTessellation"); in setupModels()
170 mPossibilities["ogrehead.mesh"] = matNames; in setupModels()
171 mPossibilities["knot.mesh"] = matNames; in setupModels()
172 mPossibilities["uv_sphere.mesh"] = matNames; in setupModels()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/PNTrianglesTessellation/include/
H A DPNTrianglesTessellation.h157 StringVector matNames; in setupModels() local
159 matNames.push_back("Ogre/NoTessellation"); in setupModels()
160 matNames.push_back("Ogre/TessellationExample"); in setupModels()
161 matNames.push_back("Ogre/SimpleTessellation"); in setupModels()
163 matNames.push_back("Ogre/AdaptivePNTrianglesTessellation"); in setupModels()
165 mPossibilities["ogrehead.mesh"] = matNames; in setupModels()
166 mPossibilities["knot.mesh"] = matNames; in setupModels()
167 mPossibilities["uv_sphere.mesh"] = matNames; in setupModels()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkOBJWriter.cxx213 vtkStringArray* matNames = in WriteData() local
215 if (matNames) in WriteData()
217 for (int i = 0; i < matNames->GetNumberOfTuples(); ++i) in WriteData()
219 std::string matName = matNames->GetValue(i); in WriteData()
321 if (matNames) in WriteData()
330 for (vtkIdType matIndex = 0; matIndex < matNames->GetNumberOfTuples(); ++matIndex) in WriteData()
332 std::string matName = matNames->GetValue(matIndex); in WriteData()
H A DvtkOBJReader.cxx165 vtkSmartPointer<vtkStringArray> matNames = vtkSmartPointer<vtkStringArray>::New(); in RequestData() local
166 matNames->SetName("MaterialNames"); in RequestData()
167 matNames->SetNumberOfComponents(1); in RequestData()
390 matNames->InsertNextValue(tcoordsName); in RequestData()
722 matNames->InsertNextValue(noMaterialName); in RequestData()
806 (matcnt > 1 || (matcnt == 1 && matNames->GetValue(0) != noMaterialName)); in RequestData()
870 output->GetFieldData()->AddArray(matNames); in RequestData()
1018 output->GetFieldData()->AddArray(matNames); in RequestData()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Tests/VisualTests/VTests/src/
H A DTextureEffectsTest.cpp44 …String matNames[] = {"Examples/OgreDance", "Examples/OgreParade", "Examples/OgreSpin", "Examples/O… in setupContent() local
57 ent->setMaterialName(matNames[i]); // give it the material we prepared in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Tests/VisualTests/VTests/src/
H A DTextureEffectsTest.cpp44 …String matNames[] = {"Examples/OgreDance", "Examples/OgreParade", "Examples/OgreSpin", "Examples/O… in setupContent() local
57 ent->setMaterialName(matNames[i]); // give it the material we prepared in setupContent()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/TextureFX/include/
H A DTextureFX.h33 …String matNames[] = {"Examples/OgreDance", "Examples/OgreParade", "Examples/OgreSpin", "Examples/O… in setupContent() local
46 ent->setMaterialName(matNames[i]); // give it the material we prepared in setupContent()
/dports/graphics/ogre3d/ogre-1.11.6/Samples/TextureFX/include/
H A DTextureFX.h33 …String matNames[] = {"Examples/OgreDance", "Examples/OgreParade", "Examples/OgreSpin", "Examples/O… in setupContent() local
46 ent->setMaterialName(matNames[i]); // give it the material we prepared in setupContent()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkOBJReader.cxx165 vtkSmartPointer<vtkStringArray> matNames = vtkSmartPointer<vtkStringArray>::New(); in RequestData() local
166 matNames->SetName("MaterialNames"); in RequestData()
167 matNames->SetNumberOfComponents(1); in RequestData()
357 matNames->InsertNextValue(tcoordsName); in RequestData()
798 output->GetFieldData()->AddArray(matNames); in RequestData()
925 output->GetFieldData()->AddArray(matNames); in RequestData()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DCamWnd.cpp1393 idList<idStr*> matNames; in Tris_ToOBJ() local
1416 for (k = 0; k < matNames.Num(); k++) { in Tris_ToOBJ()
1417 if ( idStr::Icmp(matNames[k]->c_str(), lastMaterial.c_str()) == 0 ) { in Tris_ToOBJ()
1428 matNames.Append(new idStr(lastMaterial)); in Tris_ToOBJ()
1448 for (k = 0; k < matNames.Num(); k++) { in Tris_ToOBJ()
1450 ….22 0.22 \n\tKa 0 0 0 \n\tmap_Kd %s/base/%s.tga\n\n\n", matNames[k]->c_str(), "z:/d3xp", matNames[… in Tris_ToOBJ()
/dports/science/silo/silo-4.10.2-bsd/tests/
H A Drocket.h101 extern char *matNames[];
H A Drocket.cxx148 char *matNames[] = variable
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/render_povray/
H A Dprimitives.py1844 matNames = []
1904 matNames.append(name)
1916 bpy.data.materials[matNames[i]]