Best way to use .glsl files? #992
Answered
by
drcmda
FarSpirits
asked this question in
Q&A
-
Does exist a way to use .glsl files in r3f project with an appropriate extensions(vs, fs etc)? I dont want to use string/jsons or fetching. |
Beta Was this translation helpful? Give feedback.
Answered by
drcmda
Feb 6, 2021
Replies: 1 comment 1 reply
-
just import them. if you have glsl loader you can can even import inside them, or using the macro in which case you dont need to configure anything. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FarSpirits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
just import them. if you have glsl loader you can can even import inside them, or using the macro in which case you dont need to configure anything.