Home
last modified time | relevance | path

Searched defs:_Vertex (Results 1 – 11 of 11) sorted by relevance

/dports/games/phlipple/phlipple-0.8.5/src/
H A Dvertex.h27 struct _Vertex struct
32 struct _Vertex *hardLinked[MAX_HARDLINKED_VERTS]; argument
38 typedef struct _Vertex Vertex; argument
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ply/
H A DvertexData.cpp52 struct _Vertex in readVertices() struct
54 float x; in readVertices()
55 float y; in readVertices()
56 float z; in readVertices()
57 float nx; in readVertices()
58 float ny; in readVertices()
59 float nz; in readVertices()
60 unsigned char red; in readVertices()
62 unsigned char blue; in readVertices()
75 float texture_u; in readVertices()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ply/
H A DvertexData.cpp51 struct _Vertex in readVertices() struct
53 float x; in readVertices()
54 float y; in readVertices()
55 float z; in readVertices()
56 float nx; in readVertices()
57 float ny; in readVertices()
58 float nz; in readVertices()
59 unsigned char red; in readVertices()
61 unsigned char blue; in readVertices()
74 float texture_u; in readVertices()
[all …]
/dports/games/irrlamb/irrlamb-1.0.1/tools/colmesh/
H A Dmain.cpp35 struct _Vertex { struct
36 _Vertex() { } in _Vertex() argument
37 _Vertex(float X, float Y, float Z) : Data({X, Y, Z}) { } in _Vertex() argument
38 …bool operator<(const _Vertex &Value) const { return std::tie(Data[0], Data[1], Data[2]) < std::tie… in operator <() argument
45 static std::vector<_Vertex> Vertices; argument
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dgeo.h49 struct _Vertex { struct
50 Primitive primitive;
52 GLfloat v[ 3 ];
53 char selected;
54 char hidden;
56 Poly **polys;
57 int num_polys;
59 Model *model;
/dports/math/fricas/fricas-1.3.7/src/graph/include/
H A DnoX10.h40 typedef struct _Vertex { struct
41 short x, y;
42 unsigned short flags;
/dports/science/gabedit/GabeditSrc251_300720/src/Display/
H A DIsoSurface.h22 typedef struct _Vertex struct
24 gdouble C[4];
/dports/devel/vcglib/vcglib-2020.09/vcg/complex/
H A Dused_types.h117 struct _Vertex: public Vertex<_UsedTypes>{}; struct
/dports/graphics/wdune/wdune-1.926/vcglib/vcg/complex/
H A Dused_types.h111 struct _Vertex: public Vertex<_UsedTypes>{}; struct
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/atlantis/
H A Datlantis-internal.h231 typedef struct _Vertex struct
233 float v[3];
234 float n[3];
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/winged_edge/
H A DWEdge.h61 Vec3f _Vertex; variable