Skip to content

GLB export is not following KHR_gaussian_splatting spec #267

Description

@ondys

The spec KHR_gaussian_splatting states that KHR_gaussian_splatting:SCALE must be in linear space (non-negative) but the implementation in

// KHR_gaussian_splatting:SCALE (VEC3 float, log-space)
stores the values in log-scale so any viewer that conform to the spec will fail to visualize the splats.

The implementation does the correct transformation for opacity (applies sigmoid).

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Fields

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions