Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
boytchev committed Jun 11, 2024
1 parent 52abcbc commit be6f954
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# tsl-textures
A collection of Three.js Shading Language (TSL) textures
A collection of Three.js Shading Language (TSL) textures.

See [Project page](https://boytchev.github.io/tsl-textures/).
1 change: 0 additions & 1 deletion docs/fordite.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ model.material.colorNode = fordite ( {
color: new THREE.Color(0),
seed: 0,
} );

```


Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ <h1>TSL Textures</h1>


<h3>Welcome. Pick a texture!</h3>
<p class="footnote" style="border: none; margin-top:0">You need a WebGPU-enabled browser</p>
<br>
<br>

Expand Down

0 comments on commit be6f954

Please sign in to comment.