-
-
Notifications
You must be signed in to change notification settings - Fork 36.3k
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
In our projects points are very large and we need 64 bit float precision to properly display them.
When using the PLY loader the files are correctly parse, however at the end the arrays are converted to Float32BufferAttribute.
This makes the data unusable.
Describe the solution you'd like
Make the PLY loader use Float64BufferAttribute in the postProcess function (Source)
Describe alternatives you've considered
Create an option to output the data as 32 bit or 64 bit buffers.
Additional context
I changed locally the attribute and the class works still perfectly.
Reactions are currently unavailable