Friday, November 22, 2013

Open TK Tutorial 4 Addendum 2: The Sierpinski Tetrahedron, a Basic Fractal

Let's add a more complex shape to the program now. Cubes are nice, but unless we're making a Minecraft clone, they're not much to show off. In this example we'll have a class for making a Sierpinski Tetrahedron.

Friday, November 15, 2013

OpenTK Tutorial 4 Addendum: The ColorCube class

Here's a little class that can show drawing multiple objects better. It's a cube with a solid color (code after the break).



Friday, November 8, 2013

OpenTK Tutorial 4: It's amazing the way you DRAW TWO THINGS

In this tutorial, we'll build on our cube by making a second one. Along the way, we'll be remaking some of the old code to be more object-oriented to fit our future needs.

(I'd like to thank an anonymous commenter on the last tutorial for inspiring this one, since originally I was going to do texturing or a camera first)