Commit 55c4e59
committed
geometry-io: Gaussian splat PointCloud model, PLY/SPLAT IO, geometric transforms
- t::PointCloud: IsGaussianSplat(), Rotate/Scale/Translate/Transform for GS
attributes (positions, quaternion rotations, linear scales, DC/SH coefficients)
- Ivanic-Ruedenberg SH rotation algorithm for f_rest attributes (degrees 1-3)
- Point inversion parity handling for odd-degree SH blocks
- PLY IO (legacy + tensor): read/write GS attributes (pos, rot, scale,
opacity, f_dc, f_rest); exponentiate log-scales from PLY files at load time
- SPLAT file IO: linear scales, packed quaternions, rgb8 DC color
- FileFormatIO: register .splat extension
- MaterialRecord: add GS-specific render flags (sh_degree, antialias, etc.)
- Renderer/View: virtual interface additions for GS output queries1 parent 4a9f584 commit 55c4e59
11 files changed
Lines changed: 547 additions & 190 deletions
File tree
- cpp/open3d
- io
- file_format
- t
- geometry
- io
- file_format
- visualization/rendering
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
| |||
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
26 | 91 | | |
27 | 92 | | |
28 | 93 | | |
| |||
361 | 426 | | |
362 | 427 | | |
363 | 428 | | |
| 429 | + | |
364 | 430 | | |
365 | 431 | | |
366 | 432 | | |
| |||
382 | 448 | | |
383 | 449 | | |
384 | 450 | | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
385 | 455 | | |
386 | 456 | | |
387 | 457 | | |
| |||
0 commit comments