bug fix
This commit is contained in:
@@ -152,7 +152,7 @@ const SelectionControls3D: React.FC = () => {
|
||||
intersect.object.type !== "TransformControlsPlane" &&
|
||||
intersect.object.type !== "GridHelper"
|
||||
);
|
||||
console.log("intersects: ", intersects);
|
||||
|
||||
if (intersects.length > 0) {
|
||||
const intersect = intersects[0];
|
||||
const intersectObject = intersect.object;
|
||||
|
||||
Reference in New Issue
Block a user