@types/draco3d
Advanced tools
Comparing version 1.4.4 to 1.4.5
@@ -13,11 +13,11 @@ // Type definitions for draco3d 1.4 | ||
export interface BaseModule { | ||
Mesh: new () => Mesh; | ||
Mesh: new() => Mesh; | ||
DracoFloat32Array: new () => DracoFloat32Array; | ||
DracoInt8Array: new () => DracoInt8Array; | ||
DracoInt16Array: new () => DracoInt16Array; | ||
DracoInt32Array: new () => DracoInt32Array; | ||
DracoUInt8Array: new () => DracoUInt8Array; | ||
DracoUInt16Array: new () => DracoUInt16Array; | ||
DracoUInt32Array: new () => DracoUInt32Array; | ||
DracoFloat32Array: new() => DracoFloat32Array; | ||
DracoInt8Array: new() => DracoInt8Array; | ||
DracoInt16Array: new() => DracoInt16Array; | ||
DracoInt32Array: new() => DracoInt32Array; | ||
DracoUInt8Array: new() => DracoUInt8Array; | ||
DracoUInt16Array: new() => DracoUInt16Array; | ||
DracoUInt32Array: new() => DracoUInt32Array; | ||
@@ -46,5 +46,5 @@ POSITION: GeometryAttributeType; | ||
export interface EncoderModule extends BaseModule { | ||
Encoder: new () => Encoder; | ||
ExpertEncoder: new (pc: PointCloud) => ExpertEncoder; | ||
MeshBuilder: new () => MeshBuilder; | ||
Encoder: new() => Encoder; | ||
ExpertEncoder: new(pc: PointCloud) => ExpertEncoder; | ||
MeshBuilder: new() => MeshBuilder; | ||
@@ -63,5 +63,5 @@ MESH_SEQUENTIAL_ENCODING: number; | ||
export interface DecoderModule extends BaseModule { | ||
Decoder: new () => Decoder; | ||
DecoderBuffer: new () => DecoderBuffer; | ||
PointCloud: new () => PointCloud; | ||
Decoder: new() => Decoder; | ||
DecoderBuffer: new() => DecoderBuffer; | ||
PointCloud: new() => PointCloud; | ||
@@ -68,0 +68,0 @@ // GeometryType. |
{ | ||
"name": "@types/draco3d", | ||
"version": "1.4.4", | ||
"version": "1.4.5", | ||
"description": "TypeScript definitions for draco3d", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/draco3d", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e7ddcce87b4b4539d3dc181d7d4bb05a80095471f4c68bb32355ac79c0d79f03", | ||
"typesPublisherContentHash": "1dfab0c4aea096481b3f5c9a0af8f8fad8e84a06f0a8c1c97c1685b4641d312c", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 18 Sep 2023 23:05:57 GMT | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
10360