bx-1379-redesign #15

Merged
ksenia_mikhailova merged 124 commits from bx-1379-redesign into dev 2024-09-06 15:39:13 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f73ae3e8eb - Show all commits

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`