The "Nintendo Games" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
If you have anything to say. Say it here.
[Captain's Log: 10/03/04 - Day of the Edit Post Feature]
[Diary Entry: 7/7/05 - "We shall never forget"]
:D
> Narr just 90 pages of word document!
:)
What size text am I allowed...?
;-)
:)
:)
> Ah, you forgot to carry the 2 didn't you...? ;-)
Anyhow, I would do it, but
> then there'd be no challenge in it for you... :D
DAMMIT DAMMIT DAMMIT!
You can do my other project for me then. Go to the games idea forum and read my post. Then using that brief create a full 90 page games design document!
:)
Anyhow, I would do it, but then there'd be no challenge in it for you... :D
Someone sort this surface drawing algorithm out! {LOL}
for (s=0; s<1.0; s+=0.33)
{
for (m=0;m<4;m++)
{
// m=(s*10)/3.3;
// m=1;
// printf("%i\n",m);
Curve.R[0] = Bez(Curve.Pts[m][0][0], Curve.Pts[m][1][0], Curve.Pts[m][2][0], Curve.Pts[m][3][0], s);
Curve.R[1] = Bez(Curve.Pts[m][0][1], Curve.Pts[m][1][1], Curve.Pts[m][2][1], Curve.Pts[m][3][1], s);
Curve.R[2] = Bez(Curve.Pts[m][0][2], Curve.Pts[m][1][2], Curve.Pts[m][2][2], Curve.Pts[m][3][2], s);
// glBegin(GL_POINTS);
// glVertex3f(Curve.R[0], Curve.R[1], Curve.R[2]);
// glEnd();
for (t=0; t<1.0; t+=0.33)
{
for (p=0;p<4;p++)
{
// p=(t*10)/3.3;
Curve.G[m][p][0] = Curve.Z[0] = (Curve.R[0] + Bez(Curve.Pts[0][p][0], Curve.Pts[1][p][0], Curve.Pts[2][p][0], Curve.Pts[3][p][0], t))/2;
Curve.G[m][p][1] = Curve.Z[1] = (Curve.R[1] + Bez(Curve.Pts[0][p][1], Curve.Pts[1][p][1], Curve.Pts[2][p][1], Curve.Pts[3][p][1], t))/2;
Curve.G[m][p][2] = Curve.Z[2] = (Curve.R[2] + Bez(Curve.Pts[0][p][2], Curve.Pts[1][p][2], Curve.Pts[2][p][2], Curve.Pts[3][p][2], t))/2;
glBegin(GL_POINTS);
glVertex3f(Curve.G[m][p][0], Curve.G[m][p][1], Curve.G[m][p][2]);
glEnd();
}
}
}
}
:'(
oh, and go look in the games idea forum n read my games design. Alternatively go to :-
www.adamcook6.ninjas.co.uk
and look at it there with some pics! :D
Oh, and just go look at my site anyways as there's some new pages for ya to look at!
:)