tsl-textures 0.19.0 → 0.19.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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,3 +32,13 @@ All the wood textures are procedurally generated in real-time. Click on the imag
32
32
  for a live demo. (Note: non-WebGPU browsers might need 30+ seconds to start up.)
33
33
 
34
34
  [<img src="https://boytchev.github.io/tsl-textures/examples/example-wooden-toys.jpg">](https://boytchev.github.io/tsl-textures/examples/example-wooden-toys.html)
35
+
36
+
37
+ #### Example "Protozoa"
38
+
39
+ Uses [protozoa.js](https://boytchev.github.io/tsl-textures/docs/protozoa.html)
40
+ texture to create a dynamic blob with microorganisms floating innside. A space
41
+ station is constructed arounnd the blob. The surface of the station is made of
42
+ a Dyson sphere texture from [dyson-texture.js](https://boytchev.github.io/tsl-textures/docs/dyson-sphere.html).
43
+
44
+ [<img src="https://boytchev.github.io/tsl-textures/examples/example-protozoa.jpg">](https://boytchev.github.io/tsl-textures/examples/example-protozoa.html)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsl-textures",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "A collection of Three.js Shading Language (TSL) textures ",
5
5
  "main": "index.js",
6
6
  "repository": {