R3d.DebugDraw.new

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Available since: Gideros 2020.11
Class: r3d.DebugDraw

Description

Creates a new r3d.DebugDraw instance.

r3d.DebugDraw.new(r3dWorld)

Parameters

r3dWorld: (r3d.World) the react physics 3D world

Example

local world = r3d.World.new(0, -9.8, 0) -- gravity
local debugDraw = r3d.DebugDraw.new(world)
stage:addChild(debugDraw)




ReactPhysics3D