poin size 0.5 and 1
This commit is contained in:
parent
f6a8db1e73
commit
53bb5e6015
|
@ -179,7 +179,7 @@ const loadModels = async () => {
|
|||
const p = raw_dataStore.data.min_distance * 0.05
|
||||
|
||||
const point_mesh = new Mesh(
|
||||
new CircleGeometry(0.5, 32),
|
||||
new CircleGeometry(0.5 * (index + 1), 32),
|
||||
new MeshBasicMaterial({
|
||||
color: new Color('#fff'),
|
||||
// map: pointerTexture.map,
|
||||
|
|
Loading…
Reference in New Issue