Home
last modified time | relevance | path

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

/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h163 struct btCylinderShapeData struct
174 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
180 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer; in serialize()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h171 struct btCylinderShapeData struct
182 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
188 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer; in serialize()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h171 struct btCylinderShapeData struct
182 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
188 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer; in serialize()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h184 struct btCylinderShapeData struct
195 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
201 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer; in serialize()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h184 struct btCylinderShapeData struct
195 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
201 btCylinderShapeData* shapeData = (btCylinderShapeData*) dataBuffer; in serialize()
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h174 struct btCylinderShapeData struct
185 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
191 btCylinderShapeData* shapeData = (btCylinderShapeData*)dataBuffer; in serialize()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h174 struct btCylinderShapeData struct
185 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
191 btCylinderShapeData* shapeData = (btCylinderShapeData*)dataBuffer; in serialize()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h174 struct btCylinderShapeData struct
185 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
191 btCylinderShapeData* shapeData = (btCylinderShapeData*)dataBuffer; in serialize()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h174 struct btCylinderShapeData struct
185 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
191 btCylinderShapeData* shapeData = (btCylinderShapeData*)dataBuffer; in serialize()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h174 struct btCylinderShapeData struct
185 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
191 btCylinderShapeData* shapeData = (btCylinderShapeData*)dataBuffer; in serialize()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.h174 struct btCylinderShapeData struct
185 return sizeof(btCylinderShapeData); in calculateSerializeBufferSize() argument
191 btCylinderShapeData* shapeData = (btCylinderShapeData*)dataBuffer; in serialize()
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/ReadBulletSample/
H A DBulletDataExtractor.cpp156 btCylinderShapeData* cylData = (btCylinderShapeData*) shapeData; in convertCollisionShape()
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/ReadBulletSample/
H A DBulletDataExtractor.cpp156 btCylinderShapeData* cylData = (btCylinderShapeData*) shapeData; in convertCollisionShape()
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/BulletFileLoader/autogenerated/
H A Dbullet.h61 class btCylinderShapeData; variable
458 class btCylinderShapeData
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/BulletFileLoader/autogenerated/
H A Dbullet.h61 class btCylinderShapeData; variable
458 class btCylinderShapeData
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp362 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp362 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp363 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp383 btCylinderShapeData* cylData = (btCylinderShapeData*) shapeData; in convertCollisionShape()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp362 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp383 btCylinderShapeData* cylData = (btCylinderShapeData*) shapeData; in convertCollisionShape()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp362 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtCollisionWorldImporter.cpp362 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/BulletWorldImporter/
H A DbtWorldImporter.cpp262 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/BulletWorldImporter/
H A DbtWorldImporter.cpp262 btCylinderShapeData* cylData = (btCylinderShapeData*)shapeData; in convertCollisionShape()