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 0f20668 + f758388 commit ea0e530Copy full SHA for ea0e530
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