Difference between revisions of "R3d.SphereShape"
From GiderosMobile
(4 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
− | |||
− | |||
− | |||
− | |||
− | |||
The SphereShape class describes a sphere collision shape centered at the origin of the shape local space. | The SphereShape class describes a sphere collision shape centered at the origin of the shape local space. | ||
Line 16: | Line 11: | ||
=== <translate>Methods</translate> === | === <translate>Methods</translate> === | ||
[[Special:MyLanguage/r3d.SphereShape.new|r3d.SphereShape.new]] ''<translate>creates a new collision sphere shape</translate>''<br/> | [[Special:MyLanguage/r3d.SphereShape.new|r3d.SphereShape.new]] ''<translate>creates a new collision sphere shape</translate>''<br/> | ||
− | <!-- GIDEROSMTD:r3d.SphereShape.new( | + | <!-- GIDEROSMTD:r3d.SphereShape.new(radius) creates a new collision sphere shape --> |
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
|} | |} | ||
− | |||
---- | ---- | ||
− | '''[[ReactPhysics3D]]''' | + | *'''[[R3d.Shape]]''' |
+ | *'''[[ReactPhysics3D]]''' |
Latest revision as of 01:16, 19 February 2020
Supported platforms:
Available since: Gideros 2019.10
Description
The SphereShape class describes a sphere collision shape centered at the origin of the shape local space.
Methodsr3d.SphereShape.new creates a new collision sphere shape |