This commit is contained in:
Kseninia Mikhaylova 2024-09-04 12:30:29 +03:00
parent de85d06140
commit f73ae3e8eb
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ const loadModels = async () => {
el.material.color = point_color el.material.color = point_color
} }
}) })
point.position.set(world_position.x, size.y, world_position.z) point.position.set(world_position.x, size.y + raw_dataStore.data.min_distance * 0.05, world_position.z)
point.updateMatrixWorld() point.updateMatrixWorld()
point.name = `${element.id}_clickable` point.name = `${element.id}_clickable`