@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
26 lines (25 loc) • 589 B
JavaScript
;
import {
BlurredEnvMapGenerator,
PathTracingRenderer,
PhysicalCamera,
ShapedAreaLight,
PhysicalSpotLight,
IESLoader,
PhysicalPathTracingMaterial,
PathTracingSceneGenerator,
DenoiseMaterial
} from "three-gpu-pathtracer";
import { PathTracingSceneWorker } from "three-gpu-pathtracer/src/workers/PathTracingSceneWorker.js";
export {
PathTracingSceneWorker,
BlurredEnvMapGenerator,
PathTracingRenderer,
PhysicalCamera,
ShapedAreaLight,
PhysicalSpotLight,
IESLoader,
PhysicalPathTracingMaterial,
PathTracingSceneGenerator,
DenoiseMaterial
};