mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-02 04:37:54 +08:00
Coordinate system code fix.
This commit is contained in:
@@ -54,7 +54,7 @@ int main()
|
||||
|
||||
// build and compile our shader zprogram
|
||||
// ------------------------------------
|
||||
Shader ourShader("6.2.coordinate_systems.vs", "6.2.coordinate_systems.fs");
|
||||
Shader ourShader("6.3.coordinate_systems.vs", "6.3.coordinate_systems.fs");
|
||||
|
||||
// set up vertex data (and buffer(s)) and configure vertex attributes
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user