@wolffo/three-fire 1.0.8-alpha.0 → 1.2.0

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
@@ -171,7 +171,7 @@ class FireMesh extends Mesh {
171
171
 
172
172
  You need to provide a fire texture similar to the one shown below:
173
173
 
174
- ![firetex](./src/Fire.png "Fire texture")
174
+ ![firetex](./src/Fire-grayscale.png "Fire texture")
175
175
 
176
176
  The texture should be a grayscale gradient that defines the fire's density distribution.
177
177
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolffo/three-fire",
3
- "version": "1.0.8-alpha.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "description": "Modern TypeScript volumetric fire effect for Three.js and React Three Fiber",
6
6
  "main": "dist/index.js",