Home
last modified time | relevance | path

Searched defs:Mesh (Results 1 – 25 of 1283) sorted by relevance

12345678910>>...52

/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBveApi/Objects/
H A DMesh.cs7 public struct Mesh struct
10 public VertexTemplate[] Vertices;
12 public MeshMaterial[] Materials;
14 public MeshFace[] Faces;
17 public Vector3[] BoundingBox;
19 public object VAO;
21 public object NormalsVAO;
26 public Mesh(VertexTemplate[] Vertices, Color32 Color) in Mesh() argument
48 public Mesh(VertexTemplate[] Vertices, int[][] FaceVertices, Color32 Color) in Mesh() argument
65 public void CreateNormals() in CreateNormals()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_mesh_types.h156 * faces are now stored in #Mesh.mpoly & #Mesh.mloop arrays. argument
176 struct Mesh *texcomesh; argument
182 struct CustomData vdata, edata, fdata;
185 struct CustomData pdata, ldata;
188 int totvert, totedge, totface, totselect;
191 int totpoly, totloop;
195 int _pad3;
207 short texflag, flag;
211 char cd_flag, _pad;
236 Mesh_Runtime runtime; argument
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/pbr_surface/
H A Dmesh.h6 struct Mesh { struct
7 size_t num_vertices;
8 unsigned num_faces;
9 std::vector<T> vertices;
10 std::vector<T> facevarying_normals;
11 std::vector<unsigned int> faces;
12 std::vector<T> facevarying_uvs;
13 std::string name;
14 void lerp(T dst[3], const T v0[3], const T v1[3], const T v2[3], float u, in lerp()
21 bool has_uvs() const { return facevarying_uvs.size() > 0; } in has_uvs()
[all …]
/dports/science/axom/axom-0.6.1/src/axom/mint/docs/sphinx/sections/
H A Dmesh_types.rst152 .. _CurvilinearMesh:
154 Curvilinear Mesh
170 :alt: Sample Curvilinear Mesh
186 Rectilinear Mesh
202 :alt: Sample Rectilinear Mesh
240 :alt: Sample Uniform Mesh
269 .. _UnstructuredMesh:
327 An :ref:`UnstructuredMesh` with :ref:`SingleCellTopology` consists of a
602 Cell Types
652 Add a New Cell Type
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/mesh/
H A DmeshP.h32 struct Mesh { struct
44 static inline Ref *MeshRef(Mesh *m) in MeshRef() argument
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/post/
H A DMesh.h7 struct Mesh { struct
8 Array<Vector> vertices;
17 Face(const Face& other) in Face()
20 Face(const Size a, const Size b, const Size c) in Face()
51 bool isMeshClosed(const Mesh& mesh); argument
/dports/graphics/ospray/ospray-2.8.0/ospray/geometry/
H A DMesh.h11 struct OSPRAY_SDK_INTERFACE Mesh : public Geometry struct
24 Ref<const DataT<vec3f>> normalData;
25 Ref<const Data> colorData;
26 Ref<const DataT<vec2f>> texcoordData;
27 Ref<const Data> indexData;
/dports/lang/yorick/yorick-y_2_2_04/drat/
H A Dbound.h27 typedef struct Mesh Mesh; typedef
28 struct Mesh { struct
29 long kmax, lmax; /* mesh dimensions */
30 long klmax; /* kmax*lmax, overall number of points */
31 double *z, *r; /* kmax-by-lmax coordinate arrays */
32 int *ireg; /* kmax-by-(lmax+1) region number array --
34 int zsym; /* 1 if z=0 is symmetry plane, else 0
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/batches/
H A DGrDrawVerticesBatch.h51 struct Mesh { struct
66 SkSTArray<1, Mesh, true> fMeshes; argument
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrDrawVerticesOp.h79 struct Mesh { struct
97 return fMeshes[0].fVertices->hasIndices(); in isIndexed() argument
/dports/science/ALPSCore/ALPSCore-2.2.0/gf/test/
H A Dmesh_test.cpp15 TEST(Mesh, RealFrequencyLoadSave) { in TEST() argument
78 TEST(Mesh, BosonicMatsubara) { in TEST() argument
83 TEST(Mesh,SwapMatsubara) { in TEST() argument
99 TEST(Mesh,CompareMatsubara) { in TEST() argument
159 TEST(Mesh,CompareITime) { in TEST() argument
178 TEST(Mesh,ComparePower) { in TEST() argument
194 TEST(Mesh,CompareMomentum) { in TEST() argument
247 TEST(Mesh,CompareIndex) { in TEST() argument
259 TEST(Mesh,Legendre) { in TEST() argument
267 TEST(Mesh,CompareLegendre) { in TEST() argument
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_scene_gltf2/blender/exp/
H A Dgltf2_blender_gather_mesh.py27 def gather_mesh(blender_mesh: bpy.types.Mesh,
64 def __filter_mesh(blender_mesh: bpy.types.Mesh,
76 def __gather_extensions(blender_mesh: bpy.types.Mesh,
85 def __gather_extras(blender_mesh: bpy.types.Mesh,
113 def __gather_name(blender_mesh: bpy.types.Mesh,
122 def __gather_primitives(blender_mesh: bpy.types.Mesh,
139 def __gather_weights(blender_mesh: bpy.types.Mesh,
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DQ3DLoader.h117 struct Mesh struct
120 std::vector<aiVector3D> verts;
121 std::vector<aiVector3D> normals;
122 std::vector<aiVector3D> uv;
123 std::vector<Face> faces;
125 uint32_t prevUVIdx;
H A DXFileHelper.h107 struct Mesh struct
123 Mesh() { mNumTextures = 0; mNumColorSets = 0; } in Mesh() argument
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Q3D/
H A DQ3DLoader.h120 struct Mesh struct
123 std::vector<aiVector3D> verts;
124 std::vector<aiVector3D> normals;
125 std::vector<aiVector3D> uv;
126 std::vector<Face> faces;
128 uint32_t prevUVIdx;
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DQ3DLoader.h123 struct Mesh struct
126 std::vector<aiVector3D> verts;
127 std::vector<aiVector3D> normals;
128 std::vector<aiVector3D> uv;
129 std::vector<Face> faces;
131 uint32_t prevUVIdx;
H A DXFileHelper.h120 struct Mesh struct
137 …explicit Mesh(const std::string &pName = "") { mName = pName; mNumTextures = 0; mNumColorSets = 0;… argument
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Q3D/
H A DQ3DLoader.h105 struct Mesh { struct
106 std::vector<aiVector3D> verts;
107 std::vector<aiVector3D> normals;
108 std::vector<aiVector3D> uv;
109 std::vector<Face> faces;
110 uint32_t prevUVIdx;
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DQ3DLoader.h118 struct Mesh struct
121 std::vector<aiVector3D> verts;
122 std::vector<aiVector3D> normals;
123 std::vector<aiVector3D> uv;
124 std::vector<Face> faces;
126 uint32_t prevUVIdx;
H A DXFileHelper.h115 struct Mesh struct
132 …explicit Mesh(const std::string &pName = "") { mName = pName; mNumTextures = 0; mNumColorSets = 0;… argument
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DQ3DLoader.h119 struct Mesh struct
122 std::vector<aiVector3D> verts;
123 std::vector<aiVector3D> normals;
124 std::vector<aiVector3D> uv;
125 std::vector<Face> faces;
127 uint32_t prevUVIdx;
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/meta/tests/
H A Dtest_objmeshfilereader.cpp52 struct Mesh in TEST_SUITE() struct
54 string m_name; in TEST_SUITE()
55 vector<Vector3d> m_vertices; in TEST_SUITE()
56 vector<Vector3d> m_vertex_normals; in TEST_SUITE()
57 vector<Vector2d> m_tex_coords; in TEST_SUITE()
58 vector<Face> m_faces; in TEST_SUITE()
/dports/games/pioneer/pioneer-20210723/src/scenegraph/
H A DStaticGeometry.h21 struct Mesh { struct
41 Mesh &GetMeshAt(unsigned int i); argument
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/X/
H A DXFileHelper.h113 struct Mesh { struct
129 explicit Mesh(const std::string &pName = std::string()) AI_NO_EXCEPT argument
152 std::vector<Mesh *> mMeshes; argument
/dports/devel/upp/upp/bazaar/plugin/assimp/code/X/
H A DXFileHelper.h117 struct Mesh { struct
133 explicit Mesh(const std::string &pName = "") AI_NO_EXCEPT argument
156 std::vector<Mesh*> mMeshes; argument

12345678910>>...52