We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f641c2 commit 81e73f1Copy full SHA for 81e73f1
extensions/2.0/Khronos/KHR_gaussian_splatting/README.md
@@ -64,11 +64,11 @@ Example shown below including optional properties. This extension only affects a
64
"attributes": {
65
"POSITION": 0,
66
"COLOR_0": 1,
67
- "_SCALE": 2,
68
- "_ROTATION": 3,
69
- "_SH_DEGREE_1_COEF_0": 4,
70
- "_SH_DEGREE_1_COEF_1": 5,
71
- "_SH_DEGREE_1_COEF_2": 6
+ "KHR_gaussian_splatting:SCALE": 2,
+ "KHR_gaussian_splatting:ROTATION": 3,
+ "KHR_gaussian_splatting:SH_DEGREE_1_COEF_0": 4,
+ "KHR_gaussian_splatting:SH_DEGREE_1_COEF_1": 5,
+ "KHR_gaussian_splatting:SH_DEGREE_1_COEF_2": 6
72
},
73
"mode": 0,
74
"indices": 7,
0 commit comments