UNPKG

@polygonjs/polygonjs

Version:

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

26 lines (24 loc) 716 B
import { BlurredEnvMapGenerator, PathTracingRenderer, PhysicalCamera, ShapedAreaLight, PhysicalSpotLight, IESLoader, PhysicalPathTracingMaterial, PathTracingSceneGenerator, DenoiseMaterial, } from 'three-gpu-pathtracer'; // ../../thirdParty/repositories/three-gpu-pathtracer/src/index.js import {PathTracingSceneWorker} from 'three-gpu-pathtracer/src/workers/PathTracingSceneWorker.js'; // ../../thirdParty/repositories/three-gpu-pathtracer/src/workers/PathTracingSceneWorker.js export { PathTracingSceneWorker, BlurredEnvMapGenerator, PathTracingRenderer, PhysicalCamera, ShapedAreaLight, PhysicalSpotLight, IESLoader, PhysicalPathTracingMaterial, PathTracingSceneGenerator, DenoiseMaterial, };