@gamewall/threejs 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -20,7 +20,7 @@ npm install gamewall@latest
20
20
 
21
21
  The following utils are provided:
22
22
 
23
- ### `getExr(name: string, renderer: THREE.WebGLRenderer): THREE.DataTexture`
23
+ ### `getExr(name: string, renderer: THREE.WebGLRenderer): THREE.Texture`
24
24
 
25
25
  Loads an EXR texture from the GameWall assets and automatically builds a PMREM environment map out of it. Commonly used for backgrounds and environment maps.
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gamewall/threejs",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ThreeJS utils for GameWall",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {