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.
2 parents e403185 + 7cee62c commit 51b1815Copy full SHA for 51b1815
src/uniforms/LightsInfoUniformStruct.js
@@ -1,5 +1,5 @@
1
import { DataTexture, RGBAFormat, ClampToEdgeWrapping, FloatType, Vector3, Quaternion, Matrix4, NearestFilter } from 'three';
2
-import { bufferToHash } from '../utils/bufferToHash';
+import { bufferToHash } from '../utils/bufferToHash.js';
3
4
const LIGHT_PIXELS = 6;
5
const RECT_AREA_LIGHT = 0;
0 commit comments