@gltf-transform/extensions
Advanced tools
Comparing version 0.7.4 to 0.7.5
@@ -1,2 +0,3 @@ | ||
import { TypedArray } from '@gltf-transform/core'; | ||
import { GLTF, TypedArray } from '@gltf-transform/core'; | ||
import { DRACO } from '../types/draco3d'; | ||
export declare let decoderModule: DRACO.DecoderModule; | ||
@@ -3,0 +4,0 @@ export declare function decodeGeometry(decoder: DRACO.Decoder, arrayBuffer: ArrayBuffer): DRACO.Mesh; |
{ | ||
"name": "@gltf-transform/extensions", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"repository": "github:donmccurdy/glTF-Transform", | ||
@@ -24,3 +24,3 @@ "description": "Adds extension support to @gltf-transform/core", | ||
"dependencies": { | ||
"@gltf-transform/core": "^0.7.4" | ||
"@gltf-transform/core": "^0.7.5" | ||
}, | ||
@@ -33,3 +33,3 @@ "files": [ | ||
], | ||
"gitHead": "391176e94c8a5e617e4b210920a9a936a45daaf0" | ||
"gitHead": "f92b1eb22fd911e37688e646767bceb32efb4698" | ||
} |
@@ -1,2 +0,3 @@ | ||
import { TypedArray, TypedArrayConstructor } from '@gltf-transform/core'; | ||
import { GLTF, TypedArray, TypedArrayConstructor } from '@gltf-transform/core'; | ||
import { DRACO } from '../types/draco3d'; | ||
@@ -3,0 +4,0 @@ export let decoderModule: DRACO.DecoderModule; |
import { Extension, GLB_BUFFER, PropertyType, ReaderContext, WriterContext } from '@gltf-transform/core'; | ||
import { KHR_DRACO_MESH_COMPRESSION } from '../constants'; | ||
import { DRACO } from '../types/draco3d'; | ||
import { decodeAttribute, decodeGeometry, decodeIndex, initDecoderModule } from './decoder'; | ||
@@ -4,0 +5,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
551366
190
6348
Updated@gltf-transform/core@^0.7.5