Home
last modified time | relevance | path

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

12

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DcreateVisualShape.py25 meshScale = [0.1, 0.1, 0.1] variable
32 meshScale=meshScale)
36 meshScale=meshScale)
46 basePosition=[((-rangex / 2) + i) * meshScale[0] * 2,
47 (-rangey / 2 + j) * meshScale[1] * 2, 1],
H A DcreateMultiBodyBatch.py23 meshScale = [0.1, 0.1, 0.1] variable
102 meshScale=meshScale,
108 shapeType=p.GEOM_BOX, halfExtents=meshScale
119 [x * meshScale[0] * 5.5, y * meshScale[1] * 5.5, (0.5 + z) * meshScale[2] * 2.5])
H A DshiftCenterOfMass.py17 meshScale = [1, 1, 1] variable
23 meshScale=meshScale)
27 meshScale=meshScale)
H A DaddPlanarReflection.py56 meshScale = [0.1, 0.1, 0.1] variable
63 meshScale=meshScale)
67 meshScale=meshScale)
77 basePosition=[((-rangex / 2) + i) * meshScale[0] * 2,
78 (-rangey / 2 + j) * meshScale[1] * 2, 1],
H A DcreateTexturedMeshVisualShape.py52 meshScale = [0.1, 0.1, 0.1] variable
130 meshScale=meshScale,
141 meshScale=meshScale)
153 basePosition=[((-rangex / 2) + i) * meshScale[0] * 2,
154 (-rangey / 2 + j) * meshScale[1] * 2, 1],
H A DcreateVisualShapeArray.py56 meshScale = [0.1, 0.1, 0.1] variable
65 meshScales=[meshScale, meshScale])
73 meshScales=[meshScale, meshScale])
83 basePosition=[((-rangex / 2) + i * 2) * meshScale[0] * 2,
84 (-rangey / 2 + j) * meshScale[1] * 4, 1],
H A Dheightfield.py34 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.05,.05,1], heigh…
39 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.5,.5,2.5],fileNa…
44 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.1,.1,24],fileNam…
132 …terrainShape2 = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, flags = flags, meshScale=[.…
H A Dtestrender.py62 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[0.05,0.05,1], hei…
68 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.5,.5,2.5],fileNa…
73 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.1,.1,24],fileNam…
115 …= p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, flags = flags, meshScale=[.05,.05,1], hei…
H A Dvr_kitchen_setup_vrSyncPython.py14 meshScale = [.1, .1, .01] variable
22 meshScale=meshScale)
H A DinternalEdge.py32 meshScale=[0.5, 0.5, 0.5])
H A DexperimentalCcdSphereRadius.py17 meshScale=[0.5, 0.5, 0.5])
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A DcreateMultiBodyBatch.py23 meshScale = [0.1, 0.1, 0.1] variable
102 meshScale=meshScale,
108 shapeType=p.GEOM_BOX, halfExtents=meshScale
119 [x * meshScale[0] * 5.5, y * meshScale[1] * 5.5, (0.5 + z) * meshScale[2] * 2.5])
H A DcreateVisualShapeArray.py56 meshScale = [0.1, 0.1, 0.1] variable
65 meshScales=[meshScale, meshScale])
73 meshScales=[meshScale, meshScale])
83 basePosition=[((-rangex / 2) + i * 2) * meshScale[0] * 2,
84 (-rangey / 2 + j) * meshScale[1] * 4, 1],
H A Dheightfield.py34 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.05,.05,1], heigh…
39 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.5,.5,2.5],fileNa…
44 …terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.1,.1,24],fileNam…
132 …terrainShape2 = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, flags = flags, meshScale=[.…
H A DexperimentalCcdSphereRadius.py17 meshScale=[0.5, 0.5, 0.5])
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/examples/
H A Ddominoes.py16 meshScale = [1, 1, 1] variable
22 meshScale=meshScale)
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/collision/shapes/
H A DConcaveMeshShape.h96 …der* collider, RaycastInfo& raycastInfo, const Ray& ray, const Vector3& meshScale, MemoryAllocator… in ConcaveMeshRaycastCallback() argument
98 …mRaycastInfo(raycastInfo), mRay(ray), mIsHit(false), mAllocator(allocator), mMeshScale(meshScale) { in ConcaveMeshRaycastCallback()
/dports/graphics/urho3d/Urho3D-1.7.1/bin/Data/Scripts/Editor/
H A DEditorImport.as209 Vector3 meshScale(1, 1, 1);
237 meshScale = GetVector3FromStrings(coords, 6);
291 Vector3 finalScale = scale * meshScale;
320 bodySize.x /= meshScale.x;
321 bodySize.y /= meshScale.y;
322 bodySize.z /= meshScale.z;
/dports/science/jmol/jmol-14.32.7/src/org/jmol/rendersurface/
H A DIsosurfaceRenderer.java59 private int meshScale = -1; field in IsosurfaceRenderer
99 meshScale = -1; in setGlobals()
517 diam = (meshScale < 0 ? meshScale = vwr.getInt(T.meshscale) in getDiameter()
518 : meshScale); in getDiameter()
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_envs/minitaur/envs/
H A Dminitaur_randomize_terrain_gym_env.py44 meshScale=[0.5, 0.5, 0.5])
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientC_API.h521 …edMemoryCommandHandle commandHandle, const char* fileName, const double meshScale[/*3*/], double t…
522 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], double t…
525 …sh(b3SharedMemoryCommandHandle commandHandle, const char* fileName, const double meshScale[/*3*/]);
526 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], const do…
527 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], const do…
548 …sh(b3SharedMemoryCommandHandle commandHandle, const char* fileName, const double meshScale[/*3*/]);
549 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], const do…
H A Db3RobotSimulatorClientAPI_NoDirect.cpp2247 double meshScale[3]; in createVisualShape() local
2248 scalarToDouble3(args.m_meshScale, meshScale); in createVisualShape()
2249 shapeIndex = b3CreateVisualShapeAddMesh(command, args.m_fileName, meshScale); in createVisualShape()
2308 double meshScale[3]; in createCollisionShape() local
2309 scalarToDouble3(args.m_meshScale, meshScale); in createCollisionShape()
2310 shapeIndex = b3CreateCollisionShapeAddMesh(command, args.m_fileName, meshScale); in createCollisionShape()
2314 double meshScale[3]; in createCollisionShape() local
2315 scalarToDouble3(args.m_meshScale, meshScale); in createCollisionShape()
2318 …shapeIndex = b3CreateCollisionShapeAddHeightfield(command, args.m_fileName, meshScale, args.m_heig… in createCollisionShape()
2324 …shapeIndex = b3CreateCollisionShapeAddHeightfield2(sm, command, meshScale, args.m_heightfieldTextu… in createCollisionShape()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsClientC_API.h521 …edMemoryCommandHandle commandHandle, const char* fileName, const double meshScale[/*3*/], double t…
522 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], double t…
525 …sh(b3SharedMemoryCommandHandle commandHandle, const char* fileName, const double meshScale[/*3*/]);
526 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], const do…
527 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], const do…
548 …sh(b3SharedMemoryCommandHandle commandHandle, const char* fileName, const double meshScale[/*3*/]);
549 …dle physClient, b3SharedMemoryCommandHandle commandHandle, const double meshScale[/*3*/], const do…
H A Db3RobotSimulatorClientAPI_NoDirect.cpp2247 double meshScale[3]; in createVisualShape() local
2248 scalarToDouble3(args.m_meshScale, meshScale); in createVisualShape()
2249 shapeIndex = b3CreateVisualShapeAddMesh(command, args.m_fileName, meshScale); in createVisualShape()
2308 double meshScale[3]; in createCollisionShape() local
2309 scalarToDouble3(args.m_meshScale, meshScale); in createCollisionShape()
2310 shapeIndex = b3CreateCollisionShapeAddMesh(command, args.m_fileName, meshScale); in createCollisionShape()
2314 double meshScale[3]; in createCollisionShape() local
2315 scalarToDouble3(args.m_meshScale, meshScale); in createCollisionShape()
2318 …shapeIndex = b3CreateCollisionShapeAddHeightfield(command, args.m_fileName, meshScale, args.m_heig… in createCollisionShape()
2324 …shapeIndex = b3CreateCollisionShapeAddHeightfield2(sm, command, meshScale, args.m_heightfieldTextu… in createCollisionShape()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/30-picking/
H A Dpicking.cpp83 static const float meshScale[] = in init() local
103 m_meshScale[ii] = meshScale[ii % BX_COUNTOF(meshPaths)]; in init()

12