We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d546215 commit 3208baeCopy full SHA for 3208bae
example/spotLights.js
@@ -2,7 +2,7 @@ import * as THREE from 'three';
2
import { FullScreenQuad } from 'three/examples/jsm/postprocessing/Pass.js';
3
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader.js';
4
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
5
-import { PathTracingRenderer, PhysicalPathTracingMaterial, PhysicalCamera , PhysicalSpotLight, IESLoader } from '../src/index.js';
+import { PathTracingRenderer, PhysicalPathTracingMaterial, PhysicalCamera, PhysicalSpotLight, IESLoader } from '../src/index.js';
6
import { PathTracingSceneWorker } from '../src/workers/PathTracingSceneWorker.js';
7
import { RGBELoader } from 'three/examples/jsm/loaders/RGBELoader.js';
8
import { GUI } from 'three/examples/jsm/libs/lil-gui.module.min.js';
0 commit comments