UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

7 lines (6 loc) 207 B
import { Matrix4, Object3D } from 'three/webgpu'; export declare class OrientationDisplayAxes extends Object3D { private _axesHelper; constructor(); setFromCameraMatrix(matrix: Matrix4): void; }