@dcl/playground-assets 7.1.15 → 7.1.16-5048531850.commit-b8f8f29

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 CHANGED
@@ -5987,14 +5987,13 @@ export declare namespace TextureUnion {
5987
5987
  export declare const enum TextureWrapMode {
5988
5988
  TWM_REPEAT = 0,
5989
5989
  TWM_CLAMP = 1,
5990
- TWM_MIRROR = 2,
5991
- TWM_MIRROR_ONCE = 3
5990
+ TWM_MIRROR = 2
5992
5991
  }
5993
5992
 
5994
5993
  /**
5995
5994
  * @public
5996
5995
  */
5997
- export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror' | 'mirror-once';
5996
+ export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror';
5998
5997
 
5999
5998
  /**
6000
5999
  * Constant used to convert a value to gamma space
package/dist/beta.d.ts CHANGED
@@ -5983,14 +5983,13 @@ export declare namespace TextureUnion {
5983
5983
  export declare const enum TextureWrapMode {
5984
5984
  TWM_REPEAT = 0,
5985
5985
  TWM_CLAMP = 1,
5986
- TWM_MIRROR = 2,
5987
- TWM_MIRROR_ONCE = 3
5986
+ TWM_MIRROR = 2
5988
5987
  }
5989
5988
 
5990
5989
  /**
5991
5990
  * @public
5992
5991
  */
5993
- export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror' | 'mirror-once';
5992
+ export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror';
5994
5993
 
5995
5994
  /**
5996
5995
  * Constant used to convert a value to gamma space
@@ -5983,14 +5983,13 @@ export declare namespace TextureUnion {
5983
5983
  export declare const enum TextureWrapMode {
5984
5984
  TWM_REPEAT = 0,
5985
5985
  TWM_CLAMP = 1,
5986
- TWM_MIRROR = 2,
5987
- TWM_MIRROR_ONCE = 3
5986
+ TWM_MIRROR = 2
5988
5987
  }
5989
5988
 
5990
5989
  /**
5991
5990
  * @public
5992
5991
  */
5993
- export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror' | 'mirror-once';
5992
+ export declare type TextureWrapType = 'repeat' | 'clamp' | 'mirror';
5994
5993
 
5995
5994
  /**
5996
5995
  * Constant used to convert a value to gamma space