labriata
Results
2
comments of
labriata
Hi there! Following up on this question. I want to add springs inside a for loop. So far I tried this inside the loop: var spring = new CANNON.Spring(spheresarray[k],spheresarray[j],{ localAnchorA:...
Update -I'm trying to .lookAt(sphere2.position) but it doesn't work as intended. But since I'm doing this inside a ARmarker, I wonder if there is some conversion between marker and global...