Home
last modified time | relevance | path

Searched refs:heightfieldData (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A Dheightfield.py24 heightfieldData = [0]*numHeightfieldRows*numHeightfieldColumns variable
28 heightfieldData[2*i+2*j*numHeightfieldRows]=height
29 heightfieldData[2*i+1+2*j*numHeightfieldRows]=height
30 heightfieldData[2*i+(2*j+1)*numHeightfieldRows]=height
31 heightfieldData[2*i+1+(2*j+1)*numHeightfieldRows]=height
34 …,.05,1], heightfieldTextureScaling=(numHeightfieldRows-1)/2, heightfieldData=heightfieldData, numH…
124 heightfieldData[2*i+2*j*numHeightfieldRows]=height
125 heightfieldData[2*i+1+2*j*numHeightfieldRows]=height
126 heightfieldData[2*i+(2*j+1)*numHeightfieldRows]=height
127 heightfieldData[2*i+1+(2*j+1)*numHeightfieldRows]=height
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dheightfield.py24 heightfieldData = [0]*numHeightfieldRows*numHeightfieldColumns variable
28 heightfieldData[2*i+2*j*numHeightfieldRows]=height
29 heightfieldData[2*i+1+2*j*numHeightfieldRows]=height
30 heightfieldData[2*i+(2*j+1)*numHeightfieldRows]=height
31 heightfieldData[2*i+1+(2*j+1)*numHeightfieldRows]=height
34 …,.05,1], heightfieldTextureScaling=(numHeightfieldRows-1)/2, heightfieldData=heightfieldData, numH…
124 heightfieldData[2*i+2*j*numHeightfieldRows]=height
125 heightfieldData[2*i+1+2*j*numHeightfieldRows]=height
126 heightfieldData[2*i+(2*j+1)*numHeightfieldRows]=height
127 heightfieldData[2*i+1+(2*j+1)*numHeightfieldRows]=height
[all …]
H A Dtestrender.py52 heightfieldData = [0]*numHeightfieldRows*numHeightfieldColumns variable
56 heightfieldData[2*i+2*j*numHeightfieldRows]=height
57 heightfieldData[2*i+1+2*j*numHeightfieldRows]=height
58 heightfieldData[2*i+(2*j+1)*numHeightfieldRows]=height
59 heightfieldData[2*i+1+(2*j+1)*numHeightfieldRows]=height
62 …0.05,1], heightfieldTextureScaling=(numHeightfieldRows-1)/2, heightfieldData=heightfieldData, numH…
106 heightfieldData[2*i+2*j*numHeightfieldRows]=height
107 heightfieldData[2*i+1+2*j*numHeightfieldRows]=height
108 heightfieldData[2*i+(2*j+1)*numHeightfieldRows]=height
109 heightfieldData[2*i+1+(2*j+1)*numHeightfieldRows]=height
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.h138 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
148 const float* heightfieldData, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
152 const double* heightfieldData, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
156 const short* heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
160 …const unsigned char* heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
174 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
186 …btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData in ATTRIBUTE_ALIGNED16()
H A DbtHeightfieldTerrainShape.cpp22 const float* heightfieldData, btScalar minHeight, btScalar maxHeight, in btHeightfieldTerrainShape() argument
26 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
32 int heightStickWidth, int heightStickLength, const double* heightfieldData, in btHeightfieldTerrainShape() argument
36 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
46 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
62 int heightStickWidth, int heightStickLength, const void* heightfieldData, in btHeightfieldTerrainShape() argument
72 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
93 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
106 btAssert(heightfieldData); // && "null heightfield data"); in initialize()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.h138 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
148 const float* heightfieldData, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
152 const double* heightfieldData, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
156 const short* heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
160 …const unsigned char* heightfieldData, btScalar heightScale, btScalar minHeight, btScalar maxHeight, in ATTRIBUTE_ALIGNED16()
174 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
186 …btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData in ATTRIBUTE_ALIGNED16()
H A DbtHeightfieldTerrainShape.cpp22 const float* heightfieldData, btScalar minHeight, btScalar maxHeight, in btHeightfieldTerrainShape() argument
26 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
32 int heightStickWidth, int heightStickLength, const double* heightfieldData, in btHeightfieldTerrainShape() argument
36 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
46 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
62 int heightStickWidth, int heightStickLength, const void* heightfieldData, in btHeightfieldTerrainShape() argument
72 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
93 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
106 btAssert(heightfieldData); // && "null heightfield data"); in initialize()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw_test_suite/detournavigator/
H A Dnavigator.cpp144 const std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
190 const std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
273 const std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
359 const std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
419 std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
479 std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
525 std::array<btScalar, 7 * 7> heightfieldData {{ in TEST_F() local
572 std::array<btScalar, 7 * 7> heightfieldData {{ in TEST_F() local
619 std::array<btScalar, 7 * 7> heightfieldData {{ in TEST_F() local
666 const std::array<btScalar, 5 * 5> heightfieldData {{ in TEST_F() local
[all …]
/dports/devel/ode/ode-0.13/tests/
H A Dcollision.cpp108 dHeightfieldDataID heightfieldData = dGeomHeightfieldDataCreate(); in TEST() local
110 dGeomHeightfieldDataBuildByte(heightfieldData, dataBuffer, 0, 4, 4, 4, 4, 1, 0, 0, 0); in TEST()
111 dGeomHeightfieldDataSetBounds(heightfieldData, '0', '9'); in TEST()
112 dGeomID height = dCreateHeightfield(0, heightfieldData, 1); in TEST()
124 dGeomHeightfieldDataDestroy(heightfieldData); in TEST()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp24 int heightStickWidth, int heightStickLength, void* heightfieldData, in btHeightfieldTerrainShape() argument
29 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
36 …tfieldTerrainShape(int heightStickWidth, int heightStickLength,void* heightfieldData,btScalar maxH… in btHeightfieldTerrainShape() argument
47 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 int heightStickWidth, int heightStickLength, void* heightfieldData, in initialize() argument
64 btAssert(heightfieldData && "null heightfield data"); in initialize()
81 m_heightfieldDataUnknown = heightfieldData; in initialize()
H A DbtHeightfieldTerrainShape.h114 void* heightfieldData, btScalar heightScale,
126 void* heightfieldData, btScalar heightScale,
138 …btHeightfieldTerrainShape(int heightStickWidth,int heightStickLength,void* heightfieldData, btScal…
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp24 int heightStickWidth, int heightStickLength, void* heightfieldData, in btHeightfieldTerrainShape() argument
29 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
36 …tfieldTerrainShape(int heightStickWidth, int heightStickLength,void* heightfieldData,btScalar maxH… in btHeightfieldTerrainShape() argument
47 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 int heightStickWidth, int heightStickLength, void* heightfieldData, in initialize() argument
64 btAssert(heightfieldData && "null heightfield data"); in initialize()
81 m_heightfieldDataUnknown = heightfieldData; in initialize()
H A DbtHeightfieldTerrainShape.h114 void* heightfieldData, btScalar heightScale,
126 void* heightfieldData, btScalar heightScale,
138 …btHeightfieldTerrainShape(int heightStickWidth,int heightStickLength,void* heightfieldData, btScal…
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp21 int heightStickWidth, int heightStickLength, const void* heightfieldData, in btHeightfieldTerrainShape() argument
25 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
30 …errainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData, btScalar max… in btHeightfieldTerrainShape() argument
41 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
47 int heightStickWidth, int heightStickLength, const void* heightfieldData, in initialize() argument
54 btAssert(heightfieldData); // && "null heightfield data"); in initialize()
69 m_heightfieldDataUnknown = heightfieldData; in initialize()
H A DbtHeightfieldTerrainShape.h113 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
127 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
139 …btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData in ATTRIBUTE_ALIGNED16()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp24 int heightStickWidth, int heightStickLength, const void* heightfieldData, in btHeightfieldTerrainShape() argument
29 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
36 …TerrainShape(int heightStickWidth, int heightStickLength,const void* heightfieldData,btScalar maxH… in btHeightfieldTerrainShape() argument
47 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 int heightStickWidth, int heightStickLength, const void* heightfieldData, in initialize() argument
64 btAssert(heightfieldData);// && "null heightfield data"); in initialize()
79 m_heightfieldDataUnknown = heightfieldData; in initialize()
H A DbtHeightfieldTerrainShape.h115 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
130 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
142 …btHeightfieldTerrainShape(int heightStickWidth,int heightStickLength,const void* heightfieldData, … in ATTRIBUTE_ALIGNED16()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp24 int heightStickWidth, int heightStickLength, const void* heightfieldData, in btHeightfieldTerrainShape() argument
29 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
36 …TerrainShape(int heightStickWidth, int heightStickLength,const void* heightfieldData,btScalar maxH… in btHeightfieldTerrainShape() argument
47 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 int heightStickWidth, int heightStickLength, const void* heightfieldData, in initialize() argument
64 btAssert(heightfieldData && "null heightfield data"); in initialize()
81 m_heightfieldDataUnknown = heightfieldData; in initialize()
H A DbtHeightfieldTerrainShape.h115 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
130 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
142 …btHeightfieldTerrainShape(int heightStickWidth,int heightStickLength,const void* heightfieldData, … in ATTRIBUTE_ALIGNED16()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.cpp24 int heightStickWidth, int heightStickLength, void* heightfieldData, in btHeightfieldTerrainShape() argument
29 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
36 …tfieldTerrainShape(int heightStickWidth, int heightStickLength,void* heightfieldData,btScalar maxH… in btHeightfieldTerrainShape() argument
47 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
56 int heightStickWidth, int heightStickLength, void* heightfieldData, in initialize() argument
64 btAssert(heightfieldData && "null heightfield data"); in initialize()
81 m_heightfieldDataUnknown = heightfieldData; in initialize()
H A DbtHeightfieldTerrainShape.h114 void* heightfieldData, btScalar heightScale,
126 void* heightfieldData, btScalar heightScale,
138 …btHeightfieldTerrainShape(int heightStickWidth,int heightStickLength,void* heightfieldData, btScal…
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.h131 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
145 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
157 …btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData in ATTRIBUTE_ALIGNED16()
H A DbtHeightfieldTerrainShape.cpp21 int heightStickWidth, int heightStickLength, const void* heightfieldData, in btHeightfieldTerrainShape() argument
28 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
33 …errainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData, btScalar max… in btHeightfieldTerrainShape() argument
47 initialize(heightStickWidth, heightStickLength, heightfieldData, in btHeightfieldTerrainShape()
53 int heightStickWidth, int heightStickLength, const void* heightfieldData, in initialize() argument
60 btAssert(heightfieldData); // && "null heightfield data"); in initialize()
75 m_heightfieldDataUnknown = heightfieldData; in initialize()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.h131 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
145 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
157 …btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData in ATTRIBUTE_ALIGNED16()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtHeightfieldTerrainShape.h131 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
145 const void* heightfieldData, btScalar heightScale, in ATTRIBUTE_ALIGNED16()
157 …btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, const void* heightfieldData in ATTRIBUTE_ALIGNED16()

12