Last updated

API / geotoolkit3d / util / debug / DebugTools / DebugTools

Namespace: DebugTools

debug.DebugTools.DebugTools

Table of contents

Type Aliases

Contents

Type Aliases

BoxHelperOptions

Ƭ BoxHelperOptions: Object

Options for generating a wireframe visual of a given bounding box.

Type declaration

NameTypeDescription
boxBox3The Three.js Box3 to visualize.
boxscale?numberOptional 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 | ColorThe color of the wireframe to generate.
Default is red.
width?numberThe width of the wireframe lines.
Default is 1.

SphereHelperOptions

Ƭ SphereHelperOptions: Object

Options for generating a wireframe visual of a given bounding sphere.

Type declaration

NameTypeDescription
color?string | ColorThe color of the wireframe to generate.
Default is red.
sphereSphereThe Three.js Sphere to visualize.