NeHe Game Programming Tuts Notice

Started by
5 comments, last by mittens 22 years, 3 months ago
Ok, I''ve asked NeHe to post the status of the Game Programming tuts multiple times, but I still haven''t seen it up there! And I''ve had many questions about whether or not the series is dead or not. Sooo, if you''re interested in the series, YOU''RE IN LUCK! Its not dead (though at one time, I thought it was), and we (my team) are currently working on an incredible series of tutorials (I''m working on the graphics stuff, one guy on the audio, and two guys on database-related stuff) that should appear within the next month! Thanks for all of your support! Trent
Advertisement
support again *g*

I just spotted some redundant code in the vertex and vector classes (especcially the operators)

e.g. :

Vertex VTX;
VTX.x = VTX.x + v.x (or something)

it can be replased without having to initialize one variabe - simply put everything to the return statement!!

and for what were those Matrix classes ??? It isn''t used somewhere.


if nobody uploads your tuts - I could - I got too much web space.
*fatgrin*
I hate signatures !!!
thanks SK, I love updates.

subnet_rx


"There are two types of langages, those that everyone bitches about, and those that no one uses."


Standardized C++ Libraries
C++ Programming help
The only news site on the web

Edited by - subnet_rx on January 3, 2002 2:17:48 AM

"There are two types of languages, those that everyone complains about, and those that no one uses."Standardized C++ LibrariesGamecron PC GamingA Christian Blog
Lay off the damn vector class! The newest versions of the CVECTOR and CMATRIX class will be in the next tutorial, and they are rather... well... amazing.

And I haven''t used matrices in a tutorial yet, since they are mostly used for advanced graphics and polygonal routines. But don''t worry, they''re coming up... OOOOOHHHH... They''re coming up! And you will be sorry for asking about their absence! MWUAHAHAHAHA!

Trent
whooo - scarry

well - I am looking forward to those tutorials - the first ones were already very cool
I hate signatures !!!
I was starting to wonder too... and you never got your creating a file format tutorial up, that I was going to use as a basis for one later on :p
WNDCLASSEX Reality;......Reality.lpfnWndProc=ComputerGames;......RegisterClassEx(&Reality);Unable to register Reality...what's wrong?---------Dan Uptonhttp://0to1.orghttp://www20.brinkster.com/draqza
All I''ll say is that I can''t wait. The first few tutorials were great!
Languages: C/C++ C# JavaAPIs: Win32 OpenGL DirectXWeb: &#106avascript Perl JSP PHP-MySQL Oracle Database Programming</span><a href='http://www.ethereal-studios.com'>http://www.ethereal-studios.com</a></a>

This topic is closed to new replies.

Advertisement