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 9fb1ebd + ea0e530 commit f3cbfa9Copy full SHA for f3cbfa9
src/materials/PhysicalPathTracingMaterial.js
@@ -2,7 +2,7 @@ import { Matrix4, Matrix3, Color, Vector2 } from 'three';
2
import { MaterialBase } from './MaterialBase.js';
3
import {
4
MeshBVHUniformStruct, FloatVertexAttributeTexture, UIntVertexAttributeTexture,
5
- shaderStructs, shaderIntersectFunction, VertexAttributeTexture,
+ shaderStructs, shaderIntersectFunction,
6
} from 'three-mesh-bvh';
7
import { shaderMaterialStructs, shaderLightStruct } from '../shader/shaderStructs.js';
8
import { MaterialsTexture } from '../uniforms/MaterialsTexture.js';
0 commit comments