|
@@ -159,7 +159,7 @@ Mesh.prototype = Object.assign( Object.create( Object3D.prototype ), {
|
|
uvB.fromBufferAttribute( uv, b );
|
|
uvB.fromBufferAttribute( uv, b );
|
|
uvC.fromBufferAttribute( uv, c );
|
|
uvC.fromBufferAttribute( uv, c );
|
|
|
|
|
|
- intersection.uv = uvIntersection( intersectionPoint, vA, vB, vC, uvA, uvB, uvC );
|
|
|
|
|
|
+ intersection.uv = uvIntersection( intersectionPoint, vA, vB, vC, uvA, uvB, uvC );
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|