create
This commit is contained in:
commit
541c8cb42e
13 changed files with 1410 additions and 0 deletions
8
mandelbulb/resources/programs/vertex.glsl
Normal file
8
mandelbulb/resources/programs/vertex.glsl
Normal file
|
@ -0,0 +1,8 @@
|
|||
#version 440 core
|
||||
|
||||
|
||||
in vec3 in_position;
|
||||
|
||||
void main() {
|
||||
gl_Position = vec4(in_position, 1);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue