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 2 deletions
Showing only changes of commit de85d06140 - Show all commits

View File

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