Home
last modified time | relevance | path

Searched refs:SetVertex (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/tests/
H A Dtest_Terrain.h29 void SetVertex(CTerrain& terrain, ssize_t i, ssize_t j, u16 height) in SetVertex() function
42 SetVertex(terrain, 0, 0, 100); in Set45Slope()
43 SetVertex(terrain, 0, 1, 100); in Set45Slope()
44 SetVertex(terrain, 0, 2, 100); in Set45Slope()
45 SetVertex(terrain, 1, 0, 100 + TERRAIN_TILE_SIZE*HEIGHT_UNITS_PER_METRE); in Set45Slope()
46 SetVertex(terrain, 1, 1, 100 + TERRAIN_TILE_SIZE*HEIGHT_UNITS_PER_METRE); in Set45Slope()
47 SetVertex(terrain, 1, 2, 100 + TERRAIN_TILE_SIZE*HEIGHT_UNITS_PER_METRE); in Set45Slope()
130 SetVertex(terrain, 0, 0, 65535); in test_GetExactGroundLevelFixed_max()
131 SetVertex(terrain, 0, 1, 65535); in test_GetExactGroundLevelFixed_max()
132 SetVertex(terrain, 1, 0, 65535); in test_GetExactGroundLevelFixed_max()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Parkour.ocf/Boomshire.ocs/System.ocg/
H A DDynamite.c7 SetVertex(1, VTX_X, 0, 2); in Initialize()
8 SetVertex(1, VTX_Y, 0, 2); in Initialize()
9 SetVertex(2, VTX_X, 0, 2); in Initialize()
10 SetVertex(2, VTX_Y, 0, 2); in Initialize()
11 SetVertex(3, VTX_X, 0, 2); in Initialize()
12 SetVertex(3, VTX_Y, 0, 2); in Initialize()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Blunderbuss.ocd/Bullet.ocd/
H A DScript.c87 SetVertex(1, VTX_X, 0, 2); in SquishVertices()
88 SetVertex(1, VTX_Y, 0, 2); in SquishVertices()
89 SetVertex(2, VTX_X, 0, 2); in SquishVertices()
90 SetVertex(2, VTX_Y, 0, 2); in SquishVertices()
94 SetVertex(1, VTX_X, -3, 2); in SquishVertices()
95 SetVertex(1, VTX_Y, 1, 2); in SquishVertices()
96 SetVertex(2, VTX_X, 3, 2); in SquishVertices()
97 SetVertex(2, VTX_Y, 1, 2); in SquishVertices()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/GrappleBow.ocd/Hook.ocd/
H A DScript.c69 SetVertex(2, VTX_X, 0, 2); in Stick()
70 SetVertex(2, VTX_Y, -6, 2); in Stick()
71 SetVertex(3, VTX_X, -3, 2); in Stick()
72 SetVertex(3, VTX_Y, -4, 2); in Stick()
73 SetVertex(4, VTX_X, 3, 2); in Stick()
74 SetVertex(4, VTX_Y, -4, 2); in Stick()
75 SetVertex(5, VTX_X, 4, 2); in Stick()
76 SetVertex(5, VTX_Y, -1, 2); in Stick()
77 SetVertex(6, VTX_X, -4, 2); in Stick()
78 SetVertex(6, VTX_Y, -1, 2); in Stick()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Animals.ocd/Chippie.ocd/Egg.ocd/
H A DScript.c46 SetVertex(0, VTX_X, 0, 2); in Entrance()
47 SetVertex(0, VTX_Y, 0, 2); in Entrance()
82 SetVertex(0, VTX_X, x_rotation, 2); in Hit()
83 SetVertex(0, VTX_Y, y_rotation, 2); in Hit()
87 SetVertex(0, VTX_X, 0, 2); in Hit()
88 SetVertex(0, VTX_Y, 0, 2); in Hit()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Bow.ocd/Arrow.ocd/
H A DScript.c25 SetVertex(0, VTX_Y, 3, 1); in Launch()
26 SetVertex(1, VTX_Y, 4, 1); in Launch()
27 SetVertex(2, VTX_Y, -2, 1); in Launch()
59 SetVertex(2, VTX_Y, -10, 1); in Stick()
147 SetVertex(2, VTX_Y, 0, 1); in Entrance()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A DSGTileGeometryBin.hxx78 v0.SetVertex( toVec3f(vertices[tris_v[i-2]]) ); in addTriangleGeometry()
86 v1.SetVertex( toVec3f(vertices[tris_v[i-1]]) ); in addTriangleGeometry()
94 v2.SetVertex( toVec3f(vertices[tris_v[i]]) ); in addTriangleGeometry()
132 v0.SetVertex( toVec3f(vertices[strips_v[i-2]]) ); in addStripGeometry()
140 v1.SetVertex( toVec3f(vertices[strips_v[i-1]]) ); in addStripGeometry()
148 v2.SetVertex( toVec3f(vertices[strips_v[i]]) ); in addStripGeometry()
187 v0.SetVertex( toVec3f(vertices[fans_v[0]]) ); in addFanGeometry()
195 v1.SetVertex( toVec3f(vertices[fans_v[1]]) ); in addFanGeometry()
204 v2.SetVertex( toVec3f(vertices[fans_v[i]]) ); in addFanGeometry()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/Balloon.ocd/BalloonDeployed.ocd/
H A DScript.c67 SetVertex(0, VTX_X, xoff); in SetCargo()
68 SetVertex(0, VTX_Y, yoff + 30); in SetCargo()
70 SetVertex(8, VTX_Y, deploy_yoff + 35); in SetCargo()
71 SetVertex(9, VTX_Y, deploy_yoff + 30); in SetCargo()
72 SetVertex(10, VTX_Y, deploy_yoff + 30); in SetCargo()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Weapons.ocd/Javelin.ocd/
H A DScript.c49 SetVertex(2,VTX_Y,0,1); in Entrance()
195 SetVertex(2,VTX_Y,-18,1); in Stick()
208 target->SetVertex(1, VTX_Y, 0, 1); in FxFlightStart()
227 target->SetVertex(1, VTX_Y, 13, 1); in FxFlightTimer()
236 target->SetVertex(1, VTX_Y, 13, 1); in FxFlightStop()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Items.ocd/Tools.ocd/DynamiteBox.ocd/Fuse.ocd/
H A DScript.c24 SetVertex(0, 0, GetX()); SetVertex(0, 1, GetY()); in Initialize()
25 SetVertex(1, 0, GetX()); SetVertex(1, 1, GetY()); in Initialize()
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DVertices.c13 SetVertex(index, VTX_X, x); in SetVertexXY()
14 SetVertex(index, VTX_Y, y); in SetVertexXY()
76 SetVertex(vtx, VTX_CNAT, GetVertex(vtx, VTX_CNAT) & ~val | (set && val), 2); in SetVertexCNAT()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_poisson/src/
H A DMarchingCubes.h77 static void SetVertex(const int& e,const double values[Square::CORNERS],const double& iso);
92 static void SetVertex(const int& e,const double values[Cube::CORNERS],const double& iso);
96 static void SetVertex(const int& e,const float values[Cube::CORNERS],const float& iso);
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Dmarching_cubes_poisson.h87 static void SetVertex(int e,const double values[Square::CORNERS],double iso);
102 static void SetVertex(int e,const double values[Cube::CORNERS],double iso);
105 static void SetVertex(int e,const float values[Cube::CORNERS],float iso);
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DMarchingCubes.h85 static void SetVertex(int e,const double values[Square::CORNERS],double iso);
110 static void SetVertex(int e,const double values[Cube::CORNERS],double iso);
113 static void SetVertex(int e,const float values[Cube::CORNERS],float iso);
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DMarchingCubes.h85 static void SetVertex(int e,const double values[Square::CORNERS],double iso);
110 static void SetVertex(int e,const double values[Cube::CORNERS],double iso);
113 static void SetVertex(int e,const float values[Cube::CORNERS],float iso);
/dports/math/pdal/PDAL-2.3.0/vendor/kazhdan/
H A DMarchingCubes.h85 static void SetVertex(int e,const double values[Square::CORNERS],double iso);
110 static void SetVertex(int e,const double values[Cube::CORNERS],double iso);
113 static void SetVertex(int e,const float values[Cube::CORNERS],float iso);
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DMarchingCubes.h85 static void SetVertex(int e,const double values[Square::CORNERS],double iso);
110 static void SetVertex(int e,const double values[Cube::CORNERS],double iso);
113 static void SetVertex(int e,const float values[Cube::CORNERS],float iso);
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Helpers.ocd/StatusSymbol.ocd/
H A DScript.c17 SetVertex(0, VTX_Y, hgt); in Init()
19 SetVertex(0, VTX_X, x); in Init()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Clonk.ocd/Animations.ocd/
H A DScript.c1036 SetVertex(i, VTX_X, vtx_list[i][0], 2); in SetSwimmingVertices()
1037 SetVertex(i, VTX_Y, vtx_list[i][1], 2); in SetSwimmingVertices()
1038 SetVertex(i, VTX_CNAT, vtx_list[i][2], 2); in SetSwimmingVertices()
1039 SetVertex(i, VTX_Friction, vtx_list[i][3], 2); in SetSwimmingVertices()
1043 SetVertex(i, VTX_X, x, 2); in SetSwimmingVertices()
1044 SetVertex(i, VTX_Y, y, 2); in SetSwimmingVertices()
1045 SetVertex(i, VTX_CNAT, cnat, 2); in SetSwimmingVertices()
1046 SetVertex(i, VTX_Friction, friction, 2); in SetSwimmingVertices()
1060 SetVertex(effect.vertex, VTX_X, effect.to_vertex[0], 2); in FxIntDelayedVertexTimer()
1061 SetVertex(effect.vertex, VTX_Y, effect.to_vertex[1], 2); in FxIntDelayedVertexTimer()
[all …]
/dports/science/libssm/ssm-1.4.0/ssm/
H A Dssm_vxedge.h77 int SetVertex ( mmdb::PManager MMDB, mmdb::PHelix Helix );
78 int SetVertex ( mmdb::PManager MMDB, mmdb::PStrand Strand );
79 int SetVertex ( mmdb::PManager MMDB, VERTEX_TYPE v_type,
/dports/cad/opencascade/opencascade-7.6.0/src/IntPatch/
H A DIntPatch_ALine.cxx561 VTXm1.SetVertex(Standard_True, VTX.VertexOnS1()); in ComputeVertexParameters()
569 VTX.SetVertex(Standard_True, VTXm1.VertexOnS1()); in ComputeVertexParameters()
592 VTXm1.SetVertex(Standard_False, VTX.VertexOnS2()); in ComputeVertexParameters()
600 VTX.SetVertex(Standard_False, VTXm1.VertexOnS2()); in ComputeVertexParameters()
630 VTXm1.SetVertex(Standard_True,CopyVtx.VertexOnS1()); in ComputeVertexParameters()
638 VTXm1.SetVertex(Standard_False,CopyVtx.VertexOnS2()); in ComputeVertexParameters()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Tutorials.ocf/Tutorial.ocd/TutorialArrow.ocd/
H A DScript.c71 arrow->SetVertex(0, VTX_Y, -dist, VTX_SetPermanentUpd); in TutArrowShowTarget()
130 arrow->SetVertex(0, VTX_Y, -dist, VTX_SetPermanentUpd); in TutArrowShowGUITarget()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBRepBuilderAPI_FastSewing.hxx176 void SetVertex(const Standard_Integer thePlaceID, const Standard_Integer theVertID) in SetVertex() function
231 void SetVertex(const Standard_Integer thePlaceID, const Standard_Integer theVertID) in SetVertex() function in BRepBuilderAPI_FastSewing::FS_Edge
/dports/cad/opencascade/opencascade-7.6.0/src/BRepBuilderAPI/
H A DBRepBuilderAPI_FastSewing.hxx176 void SetVertex(const Standard_Integer thePlaceID, const Standard_Integer theVertID) in SetVertex() function
231 void SetVertex(const Standard_Integer thePlaceID, const Standard_Integer theVertID) in SetVertex() function in BRepBuilderAPI_FastSewing::FS_Edge
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBRepBuilderAPI_FastSewing.hxx176 void SetVertex(const Standard_Integer thePlaceID, const Standard_Integer theVertID) in SetVertex() function
231 void SetVertex(const Standard_Integer thePlaceID, const Standard_Integer theVertID) in SetVertex() function in BRepBuilderAPI_FastSewing::FS_Edge

1234567