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