Skip to content

Support 64bit float in PLY loader #23006

@christianbrugger

Description

@christianbrugger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions