@types/draco3d
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -189,9 +189,51 @@ // Type definitions for draco3d 1.4 | ||
export interface PointCloudBuilder { | ||
AddFloatAttribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddInt8Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddUInt8Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddInt16Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddUInt16Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddInt32Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddUInt32Attribute(pointCloud: PointCloud, attribute: number, count: number, itemSize: number, array: TypedArray): number; | ||
AddFloatAttribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
AddInt8Attribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
AddUInt8Attribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
AddInt16Attribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
AddUInt16Attribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
AddInt32Attribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
AddUInt32Attribute( | ||
pointCloud: PointCloud, | ||
attribute: number, | ||
count: number, | ||
itemSize: number, | ||
array: TypedArray, | ||
): number; | ||
} | ||
@@ -198,0 +240,0 @@ |
{ | ||
"name": "@types/draco3d", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"description": "TypeScript definitions for draco3d", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/draco3d", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1dfab0c4aea096481b3f5c9a0af8f8fad8e84a06f0a8c1c97c1685b4641d312c", | ||
"typesPublisherContentHash": "3466490cb4c0509813e84a6667223e20730769e1e9aea4b03ce8c8390813cf37", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 22 Sep 2023 20:29:40 GMT | ||
* Last updated: Wed, 27 Sep 2023 20:35:06 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
10689
213