Difference between revisions of "R3d.CapsuleShape"
From GiderosMobile
| Line 5: | Line 5: | ||
=== Description === | === Description === | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
The CapsuleShape class describes a capsule collision shape around the local Y axis and centered at the origin of the shape local-space. It is the convex hull of two spheres. It can also be seen as an elongated sphere. | The CapsuleShape class describes a capsule collision shape around the local Y axis and centered at the origin of the shape local-space. It is the convex hull of two spheres. It can also be seen as an elongated sphere. | ||
| Line 23: | Line 18: | ||
---- | ---- | ||
| − | '''[[ReactPhysics3D]]''' | + | '''[[ReactPhysics3D]]'''<br/> |
| + | [[R3d.Shape]] | ||
Revision as of 03:56, 23 January 2020
Supported platforms: ![]()
![]()
![]()
![]()
![]()
![]()
![]()
Available since: Gideros 2019.10
Description
The CapsuleShape class describes a capsule collision shape around the local Y axis and centered at the origin of the shape local-space. It is the convex hull of two spheres. It can also be seen as an elongated sphere.
Methodsr3d.CapsuleShape.new creates a new collision capsule shape |