-
-
Notifications
You must be signed in to change notification settings - Fork 36k
Open
Labels
Description
Description
Currently the doc of threejs is very nice but it doesnt seems appropriated for all the small tsl function like uv()
/ min()
/ vec2()
/ position()
/ etc.. and I recently found myself diving into the Github research of this repo or into the large examples fews times a day while working with TSL.
Solution
I suggest a part of the doc dedicated to the TSL with on the left the nodes list and on the right minimal code.
With a UX similar to current examples
but more appropriated for such a small node like animejs did : https://animejs.com/documentation/
I believe it'll help a lot of devs and will ease a lot the learning curve of TSL.
Alternatives
Add TSL pages in the docs with all the nodes, maybe sort with large category such as math
vertex
fragment
posteffect
Additional context
No response