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 3999cbf commit 26672a9Copy full SHA for 26672a9
src/core/Caustics.ts
@@ -1,6 +1,6 @@
1
import * as THREE from 'three'
2
import { shaderMaterial } from './shaderMaterial'
3
-import { FullScreenQuad } from 'three/examples/jsm/postprocessing/Pass'
+import { FullScreenQuad } from 'three/examples/jsm/postprocessing/Pass.js'
4
import { useFBO } from './useFBO'
5
import { PlaneGeometry } from 'three'
6
src/core/Outlines.ts
-import { toCreasedNormals } from 'three/examples/jsm/utils/BufferGeometryUtils'
+import { toCreasedNormals } from 'three/examples/jsm/utils/BufferGeometryUtils.js'
export type OutlinesProps = {
/** Outline color, default: black */
0 commit comments