User contributions
From GiderosMobile
- 00:07, 23 January 2020 diff hist +754 N R3d.BoxShape.new Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.BoxShape<br/> === Description === Creates a new collision box shape (fixture). <source lang="lua"> r3d.BoxSha..."
- 23:50, 22 January 2020 diff hist +99 N Template:R3d.BoxShape Created page with " ---- *'''R3d.BoxShape''' {{Special:PrefixIndex/R3d.BoxShape.}} <br/> {{Gideros deco stars01}}"
- 23:44, 22 January 2020 diff hist +461 R3d.BoxShape
- 23:39, 22 January 2020 diff hist -54 R3d.BoxShape
- 23:35, 22 January 2020 diff hist +32 R3d.Body
- 23:33, 22 January 2020 diff hist +573 R3d.Body
- 23:22, 22 January 2020 diff hist +1 Template:R3d.Body
- 23:20, 22 January 2020 diff hist +869 Template:R3d.Body
- 23:09, 22 January 2020 diff hist 0 R3d.Body
- 23:06, 22 January 2020 diff hist +407 N R3d.Body.STATIC BODY Created page with "'''Available since:''' Gideros 2019.10<br/> '''<translate>Value</translate>:''' 0<br/> '''<translate>Defined by</translate>:''' R3d.Body<br/> === Description ===..."
- 23:02, 22 January 2020 diff hist +442 N R3d.Body.KINEMATIC BODY Created page with "'''Available since:''' Gideros 2019.10<br/> '''<translate>Value</translate>:''' 1<br/> '''<translate>Defined by</translate>:''' R3d.Body<br/> === Description ===..."
- 22:57, 22 January 2020 diff hist +441 N R3d.Body.DYNAMIC BODY Created page with "'''Available since:''' Gideros 2019.10<br/> '''<translate>Value</translate>:''' 2<br/> '''<translate>Defined by</translate>:''' R3d.Body<br/> === Description ===..."
- 20:48, 22 January 2020 diff hist 0 R3d.Body
- 20:42, 22 January 2020 diff hist +715 N R3d.Body:testPointInside Created page with "__NOTOC__ '''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Checks if a point is inside any collision shapes of the body. <sourc..."
- 20:11, 22 January 2020 diff hist +756 N R3d.Body:raycast Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Performs a ray cast on the body. <source lang="lua"> r3d.Body:raycast(sx,sy,sz,..."
- 19:50, 22 January 2020 diff hist +519 N R3d.Body:applyTorque Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Applies a torque to the body. <source lang="lua"> r3d.Body:applyTorque(torqueX,..."
- 19:08, 22 January 2020 diff hist +1 R3d.Body
- 19:08, 22 January 2020 diff hist +831 N R3d.Body:applyForce Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Applies a force to the body. <source lang="lua"> r3d.Body:applyForce(forceX,for..."
- 18:55, 22 January 2020 diff hist +26 Template:R3d.Body
- 18:53, 22 January 2020 diff hist +393 N R3d.Body:setIsAllowedToSleep Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Allows or disallows a body to sleep. <source lang="lua"> r3d.Body:setIsAllowedT..."
- 18:10, 22 January 2020 diff hist +12 R3d.Body
- 18:08, 22 January 2020 diff hist +388 N R3d.Body:enableGravity Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Enables or disables gravity force on the body. Default is '''true'''. <source l..."
- 18:01, 22 January 2020 diff hist +522 N R3d.Body:setType Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Sets the body type. Can be one of the following: *r3d.Body.STATIC_BODY '''0'''..."
- 07:47, 22 January 2020 diff hist +582 N R3d.Fixture:setMaterial Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Sets the body material (bounciness, frictionCoefficient, rollingResistance). <s..."
- 07:37, 22 January 2020 diff hist +835 N R3d.Fixture:getMaterial Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Gets the body material (bounciness, frictionCoefficient, rollingResistance). <s..."
- 07:12, 22 January 2020 diff hist +557 N R3d.Body:setTransform Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Sets the body location and rotation transform matrix. <source lang="lua"> r3d.B..."
- 06:33, 22 January 2020 diff hist +108 R3d.Body
- 06:25, 22 January 2020 diff hist +330 N R3d.Body:getTransform Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Gets the body transform. <source lang="lua"> (matrix) = r3d.Body:getTransform()..."
- 06:16, 22 January 2020 diff hist +28 R3d.Body:createFixture
- 06:14, 22 January 2020 diff hist +738 N R3d.Body:destroyFixture Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Destroys a fixture. <source lang="lua"> r3d.Body:destroyFixture(fixture) </sour..."
- 05:30, 22 January 2020 diff hist +1 Template:R3d.Body
- 05:26, 22 January 2020 diff hist +901 N R3d.Body:createFixture Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.Body<br/> === Description === Creates a new fixture. <source lang="lua"> r3d.Body:createFixture(shape,transfo..."
- 05:05, 22 January 2020 diff hist +118 N Template:R3d.Body Created page with " ---- R3d.Body {{Special:PrefixIndex/R3d.Body.}} {{Special:PrefixIndex/R3d.Body:}} <br/> {{Gideros deco stars01}}"
- 02:55, 22 January 2020 diff hist +15 Template:R3d.World
- 02:53, 22 January 2020 diff hist +36 Template:R3d.World
- 02:51, 22 January 2020 diff hist 0 R3d.World
- 02:49, 22 January 2020 diff hist +687 N R3d.World:testCollision Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Checks collisions between two bodies. <source lang="lua"> r3d.World:testCollis..."
- 01:26, 22 January 2020 diff hist 0 R3d.World
- 01:25, 22 January 2020 diff hist +692 N R3d.World:testAABBOverlap Created page with "__NOTOC__ '''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Checks if two bodies AABB overlap. <source lang="lua"> (bool) = r3d..."
- 01:17, 22 January 2020 diff hist +687 N R3d.World:testOverlap Created page with "__NOTOC__ '''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Checks if two bodies overlap. <source lang="lua"> (bool) = r3d.Worl..."
- 00:52, 22 January 2020 diff hist -8 R3d.World:step
- 00:51, 22 January 2020 diff hist +20 R3d.World
- 00:45, 22 January 2020 diff hist +515 N R3d.World:setEventListener Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Sets the event listener for the collisions in the world. <source lang="lua"> r..."
- 00:35, 22 January 2020 diff hist +1,095 N R3d.World:raycast Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === You can use ReactPhysics3D to test intersection between a ray and the bodies o..."
- 22:58, 21 January 2020 diff hist +108 R3d.World:destroyBody
- 21:25, 21 January 2020 diff hist +22 R3d.World:destroyBody
- 21:22, 21 January 2020 diff hist +303 N R3d.World:destroyBody Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === Destroys a rigid body. <source lang="lua"> r3d.World:destroyBody(body) </sourc..."
- 21:11, 21 January 2020 diff hist +1,095 N R3d.World:createBody Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === A rigid body represents an object that you want to simulate in the world. It h..."
- 07:05, 21 January 2020 diff hist +174 R3d.World:step
- 07:03, 21 January 2020 diff hist +908 N R3d.World:step Created page with "'''Available since:''' Gideros 2019.10<br/> '''Class:''' R3d.World<br/> === Description === The DynamicsWorld is used to simulate physics through time. It has to be updat..."