Home
last modified time | relevance | path

Searched refs:heightfield (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgWrappers/deprecated-dotosg/osg/
H A DHeightField.cpp52 heightfield.setOrigin(origin); in HeightField_readLocalData()
60 heightfield.setXInterval(interval); in HeightField_readLocalData()
69 heightfield.setYInterval(interval); in HeightField_readLocalData()
78 heightfield.setSkirtHeight(height); in HeightField_readLocalData()
87 heightfield.setBorderWidth(width); in HeightField_readLocalData()
99 heightfield.setRotation(rotation); in HeightField_readLocalData()
109 heightfield.allocate(numcolumns,numrows); in HeightField_readLocalData()
131 if (column>=heightfield.getNumColumns()) in HeightField_readLocalData()
157 …fw.indent()<<"Origin "<<heightfield.getOrigin().x()<<" "<<heightfield.getOrigin().y()<<" "<<height… in HeightField_writeLocalData()
165 …fw.indent()<<"NumColumnsAndRows "<<heightfield.getNumColumns()<<" "<<heightfield.getNumRows()<<std… in HeightField_writeLocalData()
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgWrappers/deprecated-dotosg/osg/
H A DHeightField.cpp52 heightfield.setOrigin(origin);
60 heightfield.setXInterval(interval);
69 heightfield.setYInterval(interval);
78 heightfield.setSkirtHeight(height);
87 heightfield.setBorderWidth(width);
99 heightfield.setRotation(rotation);
109 heightfield.allocate(numcolumns,numrows);
131 if (column>=heightfield.getNumColumns())
157 …fw.indent()<<"Origin "<<heightfield.getOrigin().x()<<" "<<heightfield.getOrigin().y()<<" "<<height…
165 …fw.indent()<<"NumColumnsAndRows "<<heightfield.getNumColumns()<<" "<<heightfield.getNumRows()<<std… in new()
[all …]
/dports/graphics/povray36/povray-3.6.1/scenes/objects/csg/
H A Dhfclip.pov3 // Broken dowel, uses clipped heightfields and heightfield as a clipping
5 // "plasma cloud" image for the heightfield. (just about any size will do).
45 // This first object is a heightfield clipped to a round disk shape
57 // has been clipped by the same heightfield as used to create the cap
59 // the clipped heightfield. Note that this cylinder, while it starts
61 // and the bottom to the same length as the heightfield height.
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/objects/csg/
H A Dhfclip.pov8 // Broken dowel, uses clipped heightfields and heightfield as a clipping
10 // "plasma cloud" image for the heightfield. (just about any size will do).
51 // This first object is a heightfield clipped to a round disk shape
63 // has been clipped by the same heightfield as used to create the cap
65 // the clipped heightfield. Note that this cylinder, while it starts
67 // and the bottom to the same length as the heightfield height.
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/objects/csg/
H A Dhfclip.pov8 // Broken dowel, uses clipped heightfields and heightfield as a clipping
10 // "plasma cloud" image for the heightfield. (just about any size will do).
51 // This first object is a heightfield clipped to a round disk shape
63 // has been clipped by the same heightfield as used to create the cap
65 // the clipped heightfield. Note that this cylinder, while it starts
67 // and the bottom to the same length as the heightfield height.
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DHeightFieldUtils114 * endposts of the heightfield.
124 * as well. Returns FALSE if there's no heightfield in the hood.
133 * Scales all the height values in a heightfield from scalar units to "linear degrees".
140 * Creates a heightfield containing MSL heights for the specified extent.
142 * @param numCols Width of the heightfield, not including the border
143 * @param numRows Height of the heightfield, not including the border
160 * Subsamples a heightfield to the specified extent.
169 * Resizes a heightfield, keeping the corner values the same and
190 * Creates a new cluster culler based on a heightfield.
200 * Convert a heightfield (and its neighbors) into a normal map* image.
H A DImageToHeightFieldConverter34 * Utility class that re-interprets an image as a heightfield and vice-versa.
53 * Converts an image to a heightfield.
59 * Converts a heightfield to an image.
H A DGeoid48 * Sets the heightfield representing this geoid. The heightfield must be referenced
H A DGeoData729 * A georeferenced heightfield and associated normal/curvature map.
734 /** Constructs an empty (invalid) heightfield. */
738 * Constructs a new georeferenced heightfield.
759 * True if this is a valid heightfield.
782 * fell outside the geospatial extent of the heightfield)
808 * Subsamples the heightfield, returning a new heightfield corresponding to
814 * Gets the geospatial extent of the heightfield.
819 * The minimum height in the heightfield
824 * The maximum height in the heightfield
829 * Gets a pointer to the underlying OSG heightfield.
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DCollisionShape.cpp504 HeightfieldData* heightfield = static_cast<HeightfieldData*>(geometry_.Get()); in DrawDebugGeometry() local
505 position.y_ += (heightfield->minHeight_ + heightfield->maxHeight_) * 0.5f; in DrawDebugGeometry()
884 HeightfieldData* heightfield = static_cast<HeightfieldData*>(geometry_.Get()); in NotifyRigidBody() local
885 position.y_ += (heightfield->minHeight_ + heightfield->maxHeight_) * 0.5f; in NotifyRigidBody()
1001 HeightfieldData* heightfield = static_cast<HeightfieldData*>(geometry_.Get()); in OnMarkedDirty() local
1002 …shape_->setLocalScaling(ToBtVector3(Vector3(heightfield->spacing_.x_, 1.0f, heightfield->spacing_.… in OnMarkedDirty()
1158 HeightfieldData* heightfield = static_cast<HeightfieldData*>(geometry_.Get()); in UpdateShape() local
1161 …new btHeightfieldTerrainShape(heightfield->size_.x_, heightfield->size_.y_, heightfield->heightDat… in UpdateShape()
1162 … 1.0f, heightfield->minHeight_, heightfield->maxHeight_, 1, PHY_FLOAT, false); in UpdateShape()
1164 …ToBtVector3(Vector3(heightfield->spacing_.x_, 1.0f, heightfield->spacing_.z_) * newWorldScale * si… in UpdateShape()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dwelt.cc103 sets->heightfield = ""; in welt_gui_t()
370 update_from_heightfield(sets->heightfield.c_str()); in update_preview()
384 sets->heightfield = ""; in update_preview()
416 sets->heightfield = ""; in action_triggered()
466 sets->heightfield = ""; in action_triggered()
472 sets->heightfield = ""; in action_triggered()
531 env_t::default_settings.heightfield = ""; in action_triggered()
578 if(!loaded_heightfield && sets->heightfield.size()!=0) { in draw()
579 if(update_from_heightfield(sets->heightfield.c_str())) { in draw()
584 sets->heightfield = ""; in draw()
H A Dload_relief_frame.cc26 sets->heightfield = fullpath; in item_action()
46 sets->heightfield = ""; in load_relief_frame_t()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/doc/source/drivers/raster/
H A Dhf2.rst4 HF2 -- HF2/HFZ heightfield raster
11 GDAL supports reading and writing HF2/HFZ/HF2.GZ heightfield raster
14 HF2 is a heightfield format that records difference between consecutive
/dports/graphics/gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dhf2.rst4 HF2 -- HF2/HFZ heightfield raster
11 GDAL supports reading and writing HF2/HFZ/HF2.GZ heightfield raster
14 HF2 is a heightfield format that records difference between consecutive
/dports/graphics/py-gdal/gdal-3.3.3/doc/source/drivers/raster/
H A Dhf2.rst4 HF2 -- HF2/HFZ heightfield raster
11 GDAL supports reading and writing HF2/HFZ/HF2.GZ heightfield raster
14 HF2 is a heightfield format that records difference between consecutive
/dports/games/cube/cube/data/
H A Dmenus.cfg397 menuitem "normal arch" "heightfield 2; arch 0"
398 menuitem "arch with sideways curve (delta 1)" "heightfield 2; arch 1"
399 menuitem "arch with sideways curve (delta 2)" "heightfield 2; arch 2"
400 menuitem "arch with sideways curve (delta 3)" "heightfield 2; arch 3"
401 menuitem "arch with sideways curve (delta 4)" "heightfield 2; arch 4"
402 menuitem "slope increase 2 left-right" "heightfield 0; slope 2 0"
403 menuitem "slope decrease 2 left-right" "heightfield 0; slope -2 0"
404 menuitem "slope increase 2 top-bottom" "heightfield 0; slope 0 2"
405 menuitem "slope decrease 2 top-bottom" "heightfield 0; slope 0 -2"
418 menuitem "H makes the floor a heightfield, I the ceiling" ""
[all …]
H A Dkeymap.cfg59 keymap 104 H "heightfield 0"
60 keymap 105 I "heightfield 2"
/dports/graphics/recastnavigation/recastnavigation-e75adf86f91eb3082220085e42dda62679f9a3ea/Tests/Recast/
H A DTests_Recast.cpp416 rcHeightfield heightfield; variable
422 REQUIRE(heightfield.width == width);
423 REQUIRE(heightfield.height == height);
425 REQUIRE(heightfield.bmin[0] == Approx(bmin[0]));
426 REQUIRE(heightfield.bmin[1] == Approx(bmin[1]));
427 REQUIRE(heightfield.bmin[2] == Approx(bmin[2]));
433 REQUIRE(heightfield.cs == Approx(cellSize));
434 REQUIRE(heightfield.ch == Approx(cellHeight));
436 REQUIRE(heightfield.spans != 0);
437 REQUIRE(heightfield.pools == 0);
[all …]
/dports/games/assaultcube/AssaultCube_v1.2.0.2/config/
H A Dresetbinds.cfg80heightfield 0 ] [ if (= $flrceil 0) [ if (countwalls 2) [ solid 0 ] [ heightfield 0 ] ] [ if (= $f…
82 editbind I [ if $old_editbinds [ heightfield 2 ] ]
H A Dmenus_edit.cfg92 menuitem (_ [Arch with no sideways curves]) [ heightfield 2; arch 0 ]
93 menuitem (_ [Arch with sideways curves (delta 1)]) [ heightfield 2; arch 1 ]
94 menuitem (_ [Arch with sideways curves (delta 2)]) [ heightfield 2; arch 2 ]
98 menuitem (_ [Slope increase 2 left-right]) [ heightfield 0; slope 2 0 ]
99 menuitem (_ [Slope decrease 2 left-right]) [ heightfield 0; slope -2 0 ]
100 menuitem (_ [Slope increase 2 top-bottom]) [ heightfield 0; slope 0 2 ]
101 menuitem (_ [Slope decrease 2 top-bottom]) [ heightfield 0; slope 0 -2 ]
102 menuitem (_ [Slope increase 1 left-right]) [ heightfield 0; slope 1 0 ]
103 menuitem (_ [Slope decrease 1 left-right]) [ heightfield 0; slope -1 0 ]
104 menuitem (_ [Slope increase 1 top-bottom]) [ heightfield 0; slope 0 1 ]
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/colorramp/
H A DColorRampOptions70 // Try to get the settings from a heightfield specification instead
71 conf.get("heightfield", _elevationLayerOptions );
/dports/graphics/povray36/povray-3.6.1/scenes/advanced/balcony/
H A Dbalcony.pov19 // - pattern image type (background heightfield)
20 // - slope pattern (background heightfield)
/dports/devel/ode/ode-0.13/ode/src/
H A DMakefile.am42 heightfield.cpp heightfield.h \
/dports/graphics/liblug/lug/convert/
H A DMakefile19 tiff.o rle.o sgi.o heightfield.o \
H A Dmakefile.dos20 tiff.o rle.o sgi.o heightfield.o \

12345678910>>...14