mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Fieldline bugfix
This commit is contained in:
@@ -49,7 +49,7 @@ void ABufferEmitVertex(vec4 pos) {
|
||||
|
||||
// project the position to view space
|
||||
position = modelViewProjection*position;
|
||||
gl_Position = position;
|
||||
gl_Position = z_normalization(position);
|
||||
EmitVertex();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user