babylonjs-gltf2interface
Advanced tools
Comparing version 7.39.1 to 7.39.2
@@ -1011,2 +1011,20 @@ /* eslint-disable @typescript-eslint/naming-convention */ | ||
/** | ||
* Interfaces from the EXT_lights_ies extension | ||
*/ | ||
/** @internal */ | ||
interface IEXTLightsIES_LightReference { | ||
light: number; | ||
color?: number[]; | ||
multiplier?: number; | ||
} | ||
/** @internal */ | ||
interface IEXTLightsIES_Light extends IChildRootProperty { | ||
uri?: string; | ||
bufferView?: number; | ||
mimeType?: string; | ||
} | ||
/** | ||
* Interfaces from the KHR_lights_punctual extension | ||
@@ -1013,0 +1031,0 @@ */ |
{ | ||
"name": "babylonjs-gltf2interface", | ||
"description": "A typescript declaration of babylon's gltf2 interface.", | ||
"version": "7.39.1", | ||
"version": "7.39.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
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
49493
1298