hopf fibration visualization - add arbitrary animations
This commit is contained in:
@@ -12,5 +12,5 @@ out vec4 pos;
|
||||
|
||||
void main() {
|
||||
pos = model * pos4;
|
||||
gl_Position = proj * view * vec4(pos.xyz, -pos.w + 2);
|
||||
gl_Position = proj * view * vec4(pos.xyz, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user