UNPKG

trillion-viewer

Version:

Trillion 3D Viewer

4 lines (3 loc) 191 B
import { Object3D } from 'three'; import { EnvironmentHelper } from "./environment"; export declare function updateAllMaterials(object: Object3D, environmentHelper: EnvironmentHelper): void;