Nathan C. posted an article on
Nathan's Space
-
Oct 22, 2009, 4:43 am
I dont like GLUT at all, but i figured this may be handy to post for those just beginning to use OpenGL.
static void resize(int width, int height)
{
const float ar = (float) width / (float) height;
... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Oct 21, 2009, 11:30 am
Recently, i've been playing around with using polygon offset in OpenGL. It's something ive found is very handy for highlighting models to make them appear clearer. I applied it to a simple mod... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Oct 16, 2009, 11:54 am
Java2 2D is something that ive wanted to have the time to experiment with for a while...finding the time is difficult. Anyway, i found a good link that explains everything about it.
http://java.sun.... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Oct 14, 2009, 7:42 am
Hello all,
Last post i said i was going to post a lot more...this clearly hasn't happened though! One of the reasons is ive been putting my time into getting a number of little Virtual Heritage ... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 18, 2009, 12:52 pm
Re. my previous post.
I think i am going to take a different approach to this blog. My stats are up and i feel i need to throw myself into some serious blogging :). It's something that i've g... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 18, 2009, 10:04 am
I just have to say how much i love Google Analytics (no, i'm not secretly working for Google!). It really is fantastic and, over a mere few days, have become shamefully addicted to checking stats ... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 15, 2009, 7:50 am
Here's a nice little rendering of a sphere with a water-like texture i made in Anim8tor. It's nothing special really, and i would comment on how it was made only ive forgotten haha. However, i... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 15, 2009, 5:43 am
I got a sudden shock when i scrolled down to look at my Adsense adverts. What i saw was none other than a glaring Scientology advert! I should like people visiting my site to know that in no way am i ... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 12, 2009, 2:17 pm
... 39;pick' replicated 'buttons' in, for example, a main menu, i decide mostly to do away with using OpenGL's functions and use instead Win32 and a number of if statements and int... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 8, 2009, 5:26 am
I love finding news ways to render graphics and calculate normals and coordiantes. Here is a little routine which calculates the length of a shadow, caused by an object 'point', from a given l... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 3, 2009, 6:33 am
Making curved, cylindrical objects such as vaseware is easy in Anim8tor, using the spline button.
1.Select the spline button and click-drag a series of points, in the shape of a partial cross-section... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Sep 1, 2009, 4:20 am
Writing model loaders can be incredibly frustrating to write and implement, even if you have had plenty of programming I/O experience. Also, if you create a project to test out a demo effect, or make ... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Aug 19, 2009, 6:18 am
At the moment, among other projects, i'm working on a simple program to store useful code snippits (which can be orderly categorized under headings etc). Here's the logo for this piece of this... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Aug 19, 2009, 6:02 am
My Graphical programs don't particularly need the fancy sky-boxes you find when, or if, you examine the source of quake etc. Here's a ridiculously simple routine which uses two textured sphere... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Aug 14, 2009, 2:54 pm
Im sure most of us have scrolled past wingdings (and webdings) on the font list of an application and have rarely, if at all, made any use of them. Looking to make some cool buttons i decided to brows... Comment - Like
Nathan C. posted an article on
Nathan's Space
-
Aug 13, 2009, 1:47 pm
This is now my third blog! This is a fresh blog roll, and one that i shall endevour to keep up and avoid getting fed up! For anyone interested, i will mainly be posting code snippits, some (hopefully)... Comment - Like