UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

8 lines (7 loc) 210 B
import { VRM } from '../VRM'; /** * If the given VRM is VRM0.0, rotate the `vrm.scene` by 180 degrees around the Y axis. * * @param vrm The target VRM */ export declare function rotateVRM0(vrm: VRM): void;