Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-16-2005, 09:27 AM   #1 (permalink)
Osiris's Avatar
 

Join Date: Jan 2005

Location: Kentucky

Posts: 32,231

Osiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the roughOsiris is a jewel in the rough

Send a message via ICQ to Osiris Send a message via AIM to Osiris Send a message via MSN to Osiris Send a message via Yahoo to Osiris Send a message via Skype™ to Osiris
Default Advanced Linux 3D Graphics Programming

The author provides information on how to program 3D graphics in X-Windows rather than the OpenGL/GLUT standard. The end result tends to be over-achiever code, which can be hard to follow due to the lower level coding nature of X11.In X11, its just too much code to do some stupid task like draw a few polygons in a window. You could cut the code almost in half by using OpenGL/GLUT, which is a much higher language style of coding than X11 is. Not to mention that the author goes overkill with the OOP implementation and more advanced C++ programming (the author makes an emphasis on C++, yet all his code contains no real definitive C++ architecture, its all regular C based, ex: scanf/printf instead of cout/cin).
Also, readability is an aspect definately not visible in the author's code. Lack of appropriate commenting & lack of appropriate simplicity in coding style makes the author's code somewhat ordane and hard to follow. Unless you have a good background in OOP then this book will simply confuse you to no end. Not that OOP is that hard or a bad thing, but it gets pretty complex fairly quickly, ESPECAILLY when your working with a GUI.
However, the author does provide a good array of the mathematics involved in the creation of 3D graphics, which is vital to be able to understand what your doing. As a prior VRML programmer, I could immediately tell that the author was going on a good track to explain some of the mathematics involved.

http://rapidshare.de/files/2463756/B...dware.rar.html

Password : http://blueportal.org
__________________
Osiris is online now  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On