playcanvas / playcanvas/splat-transform

unsupported 2dgs ply file

Open
#166 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.3k
Forks
168
Avg merge
7h 51m
Merged PRs (30d)
12

Description

Hello, I find that splat-transform does not support 2dgs ply result. The biggest difference between 2dgs and 3dgs is the number of scales.

Super Splat Editor supports 2dgs ply, do you have any plan to make splat-transform support it? thanks!

The file link.
The error I got is:

splat-transform point_cloud_dense_13k.ply dense_13k.sog
splat-transform v1.7.0
reading '2dgs/point_cloud_dense_13k.ply'...
Error: Unsupported data in file 'point_cloud_dense_13k.ply'
    at /lib/node_modules/@playcanvas/splat-transform/dist/cli.mjs:17300:27
    at async Promise.all (index 0)
    at async main (/lib/node_modules/@playcanvas/splat-transform/dist/cli.mjs:17280:34)
    at async lib/node_modules/@playcanvas/splat-transform/bin/cli.mjs:5:1

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the reported command with the linked 2dgs PLY file and inspect the input handling around the unsupported-data error in dist/cli.mjs. Done means splat-transform accepts the 2dgs PLY result and produces the requested .sog output without that error.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cli, computer-graphics
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.