glTF-Transform icon indicating copy to clipboard operation
glTF-Transform copied to clipboard

Improve documentation for writing custom extensions

Open donmccurdy opened this issue 2 years ago • 0 comments

See discussion in https://github.com/donmccurdy/glTF-Transform/issues/543 — documentation for writing custom implementations of extensions, without or without property references, would be a very useful addition to the library. Particularly, how to extend the base Extension and ExtensionProperty classes correctly. Note that there are some subtle differences to doing this in JavaScript vs. TypeScript, which should also be discussed.

Related:

  • https://gltf-transform.donmccurdy.com/extensions.html
  • https://gltf-transform.donmccurdy.com/classes/core.extension.html
  • https://gltf-transform.donmccurdy.com/classes/core.extensionproperty.html

donmccurdy avatar Apr 13 '22 21:04 donmccurdy