Skip to content

Commit 81e73f1

Browse files
committed
Fixed a spot where I forgot to namespace the custom attributes
1 parent 1f641c2 commit 81e73f1

File tree

1 file changed

+5
-5
lines changed
  • extensions/2.0/Khronos/KHR_gaussian_splatting

1 file changed

+5
-5
lines changed

extensions/2.0/Khronos/KHR_gaussian_splatting/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ Example shown below including optional properties. This extension only affects a
6464
"attributes": {
6565
"POSITION": 0,
6666
"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
67+
"KHR_gaussian_splatting:SCALE": 2,
68+
"KHR_gaussian_splatting:ROTATION": 3,
69+
"KHR_gaussian_splatting:SH_DEGREE_1_COEF_0": 4,
70+
"KHR_gaussian_splatting:SH_DEGREE_1_COEF_1": 5,
71+
"KHR_gaussian_splatting:SH_DEGREE_1_COEF_2": 6
7272
},
7373
"mode": 0,
7474
"indices": 7,

0 commit comments

Comments
 (0)