@gltf-transform/extensions
Advanced tools
Comparing version 2.2.3 to 2.3.0
@@ -9,4 +9,2 @@ import { Extension, ReaderContext, WriterContext } from '@gltf-transform/core'; | ||
* | ||
* [[include:UNRATIFIED_EXTENSIONS_NOTE.md]] | ||
* | ||
* The core glTF 2.0 material model includes {@link Material.setEmissiveFactor `emissiveFactor`} | ||
@@ -13,0 +11,0 @@ * and {@link Material.setEmissiveTexture `emissiveTexture`} to control the color and intensity |
{ | ||
"name": "@gltf-transform/extensions", | ||
"version": "2.2.3", | ||
"version": "2.3.0", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -32,3 +32,3 @@ "homepage": "https://gltf-transform.donmccurdy.com/extensions.html", | ||
"dependencies": { | ||
"@gltf-transform/core": "^2.2.3", | ||
"@gltf-transform/core": "^2.3.0", | ||
"ktx-parse": "^0.4.5" | ||
@@ -42,3 +42,3 @@ }, | ||
], | ||
"gitHead": "d54f2a3ad2c309069192c30a92a2d727cfa8fccc" | ||
"gitHead": "0114acfd787d6a960cba6a9e57a07ea339c5c3d3" | ||
} |
@@ -17,4 +17,2 @@ import { Extension, ReaderContext, WriterContext } from '@gltf-transform/core'; | ||
* | ||
* [[include:UNRATIFIED_EXTENSIONS_NOTE.md]] | ||
* | ||
* The core glTF 2.0 material model includes {@link Material.setEmissiveFactor `emissiveFactor`} | ||
@@ -21,0 +19,0 @@ * and {@link Material.setEmissiveTexture `emissiveTexture`} to control the color and intensity |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
964956
7801
Updated@gltf-transform/core@^2.3.0