Is there any way to convert directly float32array to array of vector3?
No. You have to iterate over your instance of Float32Array
and create an instance of Vector3
for three subsequent float entries.
1 Like
Is there any way to convert directly float32array to array of vector3?
No. You have to iterate over your instance of Float32Array
and create an instance of Vector3
for three subsequent float entries.