Capítulo 328 de 859
This class displays all Rapier Colliders in outline.
import { RapierHelper } from 'three/addons/helpers/RapierHelper.js';
Constructor
| Signature |
|---|
new RapierHelper( world : RAPIER.world ) |
Properties
| Property | Description |
|---|---|
.world : RAPIER.world | The Rapier world to visualize. |
Methods
| Method | Description |
|---|---|
.dispose() | Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app. |
.update() | Call this in the render loop to update the outlines. |