@dcl/playground-assets 7.6.3-11279893562.commit-c201492 → 7.6.3-11407444266.commit-d9e3bec
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/alpha.d.ts +3 -1
- package/dist/beta.d.ts +3 -1
- package/dist/index.bundled.d.ts +3 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +2 -2
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -1
- package/dist/tsdoc-metadata.json +1 -1
- package/etc/playground-assets.api.json +34 -2
- package/etc/playground-assets.api.md +2 -0
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -4549,7 +4549,7 @@ export declare interface PBMaterial_PbrMaterial {
|
|
4549
4549
|
alphaTest?: number | undefined;
|
4550
4550
|
/** default = true */
|
4551
4551
|
castShadows?: boolean | undefined;
|
4552
|
-
/**
|
4552
|
+
/** @deprecated Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead. */
|
4553
4553
|
alphaTexture?: TextureUnion | undefined;
|
4554
4554
|
/** default = null */
|
4555
4555
|
emissiveTexture?: TextureUnion | undefined;
|
@@ -4595,6 +4595,8 @@ export declare interface PBMaterial_UnlitMaterial {
|
|
4595
4595
|
castShadows?: boolean | undefined;
|
4596
4596
|
/** default = white; */
|
4597
4597
|
diffuseColor?: PBColor4 | undefined;
|
4598
|
+
/** default = null */
|
4599
|
+
alphaTexture?: TextureUnion | undefined;
|
4598
4600
|
}
|
4599
4601
|
|
4600
4602
|
/**
|
package/dist/beta.d.ts
CHANGED
@@ -4521,7 +4521,7 @@ export declare interface PBMaterial_PbrMaterial {
|
|
4521
4521
|
alphaTest?: number | undefined;
|
4522
4522
|
/** default = true */
|
4523
4523
|
castShadows?: boolean | undefined;
|
4524
|
-
/**
|
4524
|
+
/** @deprecated Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead. */
|
4525
4525
|
alphaTexture?: TextureUnion | undefined;
|
4526
4526
|
/** default = null */
|
4527
4527
|
emissiveTexture?: TextureUnion | undefined;
|
@@ -4567,6 +4567,8 @@ export declare interface PBMaterial_UnlitMaterial {
|
|
4567
4567
|
castShadows?: boolean | undefined;
|
4568
4568
|
/** default = white; */
|
4569
4569
|
diffuseColor?: PBColor4 | undefined;
|
4570
|
+
/** default = null */
|
4571
|
+
alphaTexture?: TextureUnion | undefined;
|
4570
4572
|
}
|
4571
4573
|
|
4572
4574
|
/**
|
package/dist/index.bundled.d.ts
CHANGED
@@ -4521,7 +4521,7 @@ export declare interface PBMaterial_PbrMaterial {
|
|
4521
4521
|
alphaTest?: number | undefined;
|
4522
4522
|
/** default = true */
|
4523
4523
|
castShadows?: boolean | undefined;
|
4524
|
-
/**
|
4524
|
+
/** @deprecated Alpha textures are no longer supported on PBRMaterial and UnlitMaterial.alphaTexture should be used instead. */
|
4525
4525
|
alphaTexture?: TextureUnion | undefined;
|
4526
4526
|
/** default = null */
|
4527
4527
|
emissiveTexture?: TextureUnion | undefined;
|
@@ -4567,6 +4567,8 @@ export declare interface PBMaterial_UnlitMaterial {
|
|
4567
4567
|
castShadows?: boolean | undefined;
|
4568
4568
|
/** default = white; */
|
4569
4569
|
diffuseColor?: PBColor4 | undefined;
|
4570
|
+
/** default = null */
|
4571
|
+
alphaTexture?: TextureUnion | undefined;
|
4570
4572
|
}
|
4571
4573
|
|
4572
4574
|
/**
|