2
0

LightProbeGenerator.d.ts 183 B

12345678910
  1. import {
  2. CubeTexture,
  3. LightProbe
  4. } from '../../../src/Three';
  5. export namespace LightProbeGenerator {
  6. export function fromCubeTexture(cubeTexture: CubeTexture): LightProbe;
  7. }