mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-27 09:36:09 +00:00
:chick: Create project
This commit is contained in:
commit
f0c43dd44c
17 changed files with 5573 additions and 0 deletions
5
app/js/shaders/example-frag.glsl
Normal file
5
app/js/shaders/example-frag.glsl
Normal file
|
@ -0,0 +1,5 @@
|
|||
uniform vec4 color;
|
||||
|
||||
void main() {
|
||||
gl_FragColor = color;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue