You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
hmans
changed the title
Explore how we can integrate shaders and three-elements
[core] Explore how we can integrate shaders and three-elements
Feb 4, 2021
The two main workflows that come to mind are using <script> tags to write and reference shaders, or in JSX, point to a string (or compiled GLSL if they want to get fancy).
The main issue here is allowing the vanilla user to reference these shaders from the DOM.
This is mostly a reminder for me to explore what kind of fancy, declarative glue we can provide for adding custom shaders to three-elements projects.
The text was updated successfully, but these errors were encountered: