getActivePhysicsModel

@three-blocks/pro
getActivePhysicsModel() : PhysicsModel

Get the currently active physics model.

Returns
PhysicsModel
Example
import { getActivePhysicsModel } from '@three-blocks/pro';
const model = getActivePhysicsModel();