Skip to content

Commit

Permalink
Fix apparent copy-paste typo (#2335)
Browse files Browse the repository at this point in the history
Corrects the extension property name and content description.
  • Loading branch information
toji authored Nov 8, 2023
1 parent 2172c22 commit 2722a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/2.0/Vendor/FB_geometry_metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Some proven real-world applications for this information:

## Specifying Geometry Data

The summary data is defined as an optional extension to a glTF `scene`, by adding an `extensions` property and defining a `KHR_lights_punctual` property with a `lights` array inside it:
The summary data is defined as an optional extension to a glTF `scene`, by adding an `extensions` property and defining a `FB_geometry_metadata` property with the scene metadata inside it:

```javascript
"extensions": {
Expand Down

0 comments on commit 2722a11

Please sign in to comment.