@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
25 lines (23 loc) • 611 B
text/typescript
// // @ts-ignore
// import type {
// PathTracingRenderer,
// PhysicalPathTracingMaterial,
// PhysicalCamera,
// ShapedAreaLight,
// PhysicalSpotLight,
// IESLoader,
// BlurredEnvMapGenerator,
// // @ts-ignore
// } from 'three-gpu-pathtracer/src/index'; // ./repositories/
// // @ts-ignore
// import {PathTracingSceneWorker} from 'three-gpu-pathtracer/src/workers/PathTracingSceneWorker.js';
// export {
// PathTracingRenderer,
// PhysicalPathTracingMaterial,
// PhysicalCamera,
// ShapedAreaLight,
// PhysicalSpotLight,
// IESLoader,
// PathTracingSceneWorker,
// BlurredEnvMapGenerator,
// };