Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toon shader sample #60

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Revert rotation speed.
  • Loading branch information
robinsedlaczek committed Jan 4, 2015
commit 77e6c0d3ceea8fd8a8c9054f5a94204eb9dc119a
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void OpenGLControl_OpenGLDraw(object sender, OpenGLEventArgs args)
Teapot tp = new Teapot();
tp.Draw(gl, 14, 1, OpenGL.GL_FILL);

rotation += 1.0f;
rotation += 3.0f;
program.Pop(gl, null);
}

Expand Down