mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-05 03:48:34 -06:00
Added missing semicolon to vertex shader.
This commit is contained in:
@@ -67,7 +67,7 @@ void main() {
|
||||
}
|
||||
|
||||
// G-Buffer
|
||||
vs_gPosition = position
|
||||
vs_gPosition = position;
|
||||
|
||||
position = modelViewProjectionTransform * position;
|
||||
vs_position = z_normalization(position);
|
||||
|
||||
@@ -34,6 +34,7 @@ return {
|
||||
-- Scene = "${SCENE}/newhorizons.scene",
|
||||
Scene = "${SCENE}/atmosphereearth.scene",
|
||||
-- Scene = "${SCENE}/osirisrex.scene",
|
||||
-- Scene = "${SCENE}/satellites.scene",
|
||||
|
||||
Task = "${TASKS}/default.task",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user