pointer position 2
This commit is contained in:
parent
a3a5868979
commit
de85d06140
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue