@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.
- package/README.md +1 -1
- 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.
|
|
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
|
|