remove rogue console log
This commit is contained in:
@@ -71,7 +71,6 @@ const PinsCanvas3D = ({
|
||||
vectorPI.setFromSphericalCoords(SPHERE_RADIUS, phi, theta);
|
||||
dotGeometryPI.lookAt(vectorPI);
|
||||
dotGeometryPI.translate(vectorPI.x, vectorPI.y, vectorPI.z - 0.1);
|
||||
console.log(vectorPI.z);
|
||||
dotGeometriesPI.push(dotGeometryPI);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user