This website requires JavaScript.
Explore
Help
Sign In
j3d1
/
KlassischeKeplerKriege
Watch
1
Star
0
Fork
You've already forked KlassischeKeplerKriege
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
8dd2f2b292
KlassischeKeplerKriege
/
data
/
shader
/
simple.vert
7 lines
104 B
GLSL
Raw
Normal View
History
Unescape
Escape
* fixes, refactoring & color attribute for planets
2016-09-29 00:50:51 +00:00
#version 120
varying
vec3
vertex
;
void
main
(
)
{
gl_Position
=
gl_Vertex
;
vertex
=
gl_Position
.
xyz
;
* shader are now dynamically loaded
2016-09-29 10:28:35 +00:00
}
Reference in a new issue
Copy permalink