Skip to main content

flywave-3dtile-datasource.itile.debugboundingvolume

Home > @flywave/flywave-3dtile-datasource > ITile > debugBoundingVolume

ITile.debugBoundingVolume() method

Debug bounding volume visualization

Signature:

debugBoundingVolume(type?: "sphere" | "box" | false, rootObject?: Object3D): void;

Parameters

Parameter

Type

Description

type

"sphere" | "box" | false

(Optional) Type of bounding volume to visualize ("sphere", "box", or false to hide)

rootObject

Object3D

(Optional)

Returns:



void