babylonjs-gltf2interface
Advanced tools
Comparing version 7.2.3 to 7.3.0
@@ -1161,3 +1161,3 @@ /* eslint-disable @typescript-eslint/naming-convention */ | ||
/** | ||
* Interfaces from the KHR_materials_translucency extension | ||
* Interfaces from the KHR_materials_diffuse_transmission extension | ||
* !!! Experimental Extension Subject to Changes !!! | ||
@@ -1167,5 +1167,7 @@ */ | ||
/** @internal */ | ||
interface IKHRMaterialsTranslucency extends IMaterialExtension { | ||
translucencyFactor?: number; | ||
translucencyTexture?: ITextureInfo; | ||
interface IKHRMaterialsDiffuseTransmission extends IMaterialExtension { | ||
diffuseTransmissionFactor?: number; | ||
diffuseTransmissionTexture?: ITextureInfo; | ||
diffuseTransmissionColorFactor?: number[]; | ||
diffuseTransmissionColorTexture?: ITextureInfo; | ||
} | ||
@@ -1172,0 +1174,0 @@ |
{ | ||
"name": "babylonjs-gltf2interface", | ||
"description": "A typescript declaration of babylon's gltf2 interface.", | ||
"version": "7.2.3", | ||
"version": "7.3.0", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
49536
1287