Skip to content

Commit

Permalink
Merge pull request KhronosGroup#1269 from mkeblx/patch-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
pjcozzi authored Feb 28, 2018
2 parents d11f558 + c3b8bdb commit 5723e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ glTF extensions extend the base glTF model format. Extensions can introduce new

## Extension Mechanics

All glTF object properties (see [glTFProperty.schema.json](https://github.com/KhronosGroup/glTF/blob/master/specification/schema/glTFProperty.schema.json)) have an optional `extensions` object property that can contain new extension-specific properties. This allows extensions to extend any part of glTF, including geometry, materials, animations, etc. Extensions can also introduce new parameter semantics, reserved IDs, and new formats containing glTF.
All glTF object properties (see [glTFProperty.schema.json](../specification/2.0/schema/glTFProperty.schema.json)) have an optional `extensions` object property that can contain new extension-specific properties. This allows extensions to extend any part of glTF, including geometry, materials, animations, etc. Extensions can also introduce new parameter semantics, reserved IDs, and new formats containing glTF.

Extensions can't remove existing glTF properties or redefine existing glTF properties to mean something else.

Expand Down

0 comments on commit 5723e6f

Please sign in to comment.