June 11th 2008
Initials are "simple"
Morning
- Started off with the Graphics Programming class with OpenGL (almost wrote pyOpenGL for some reason)
- Today's assignment is drawing our initials. I started late, because I was thinking about how to write the initials. In the end, I decided to go with how I had done them for a basic programming class in C++ a year ago. It's going to be...kinda long.
- Here's how the horror looks right now, yes, I've only done the D:

For some reason, Paint darkened my Xs. It's only 2D right now. After I've finished with drawing them, I'll start on moving them around the Z plane. And I DO want to try to rotate it with both mouse and keyboard (though it'll have to be with the numbers)
Comments here please.
EvaTao - 12 Jun 2008 - 03:20
Keep working on...you will get there!!
That's a cool idea. I got my initials done, but I don't know how to rotate them.