How to change the circle radius when I click on them (with three.js)?
问题 I have the following JavaScript code, taken from an example, which draws some circles, and when you click on one of them, it changes color. But I also want to change the radius/size of a circle when you click on that circle (and leave the other circles unchanged). The documentation does not help at all, and I have tried several variations in the code like intersects[ 0 ].object.geometry.parameters.radius = 50; intersects[ 0 ].object.geometry.radius = 50; intersects[ 0 ].object.geometry