UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

6 lines (5 loc) 193 B
import { Object3D } from 'three'; export interface PrepareObjectOptions { shadow: boolean; } export declare function prepareObject(object3D: Object3D, options: PrepareObjectOptions): void;