Skip to content

Commit

Permalink
Remove scale property from schema. Scale derived from node transform
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardspecialist committed Dec 10, 2024
1 parent f4c74bf commit a7dfce8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
"description": "glTF extension for rendering Gaussian splats.",
"allOf": [ { "$ref": "glTFProperty.schema.json" } ],
"properties": {
"quantizedPositionScale": {
"type": "number",
"description": "Scale used when dequantizing position attribute values",
"default": 1.0
},
"extensions": { },
"extras": { }
}
Expand Down

0 comments on commit a7dfce8

Please sign in to comment.