Skip to content

Add support for explicitly passing fileType for Paged / LOD streaming #363

Description

@fuxy-clude

When using paged / LOD streaming (paged: true) with SplatMesh, the user-provided options.fileType is ignored and not passed to PagedSplats.
However, in many real-world cases:

  • The download URL does not include a file extension (e.g., signed URLs, dynamic download endpoints, CDN links)
  • We cannot modify the URL to add .rad or other suffixes
  • The automatic getSplatFileTypeFromPath fails to detect the correct file type

This makes Paged / LOD streaming impossible for such files, even though we know the actual file type in advance.

Please add support for explicitly passing fileType as an option to SplatMesh and PagedSplats, so users can manually specify the file type without relying on URL path parsing.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions