API / geotoolkit3d / util / debug / DebugTools / DebugTools
debug.DebugTools.DebugTools
Type Aliases
Type Aliases
Ƭ BoxHelperOptions: Object
Options for generating a wireframe visual of a given bounding box.
| Name | Type | Description |
|---|---|---|
box | Box3 | The Three.js Box3 to visualize. |
boxscale? | number | Optional scaling for the box size. it can be useful to use different scales for multiple box to avoid z-fighting or improve visual reading. Default is 1 |
color? | string | Color | The color of the wireframe to generate. Default is red. |
width? | number | The width of the wireframe lines. Default is 1. |
Ƭ SphereHelperOptions: Object
Options for generating a wireframe visual of a given bounding sphere.
| Name | Type | Description |
|---|---|---|
color? | string | Color | The color of the wireframe to generate. Default is red. |
sphere | Sphere | The Three.js Sphere to visualize. |