UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

10 lines (9 loc) 221 B
import { Mesh } from '../../runtime'; /** * 获取盒模式的原始盒子 */ export declare function getOriginBox(): Mesh; /** * 获取盒模式的原始线 */ export declare function getOriginLine(): Mesh;