Gaurav Narain Saxena {G}


Resume

List of References



A Networking Environment for Graphics Clusters
-A Thesis under Dr. Arden Ruttan

Field of study: Scientific Computing/Visualization, Networking
Topic accepted on: January 25, 2006
Thesis committee:
Dr. Arden Ruttan
Dr. Paul A. Farrell
Dr. Robert A. Walker


About me:
G is my abbreviated name accepted by all informally when I joined KSU's Information Services helpdesk.

Since this is a work in progress, I will be posting my code and output below:

Code for 03-23-07


Output for 03-23-07

Summary for 03-23-07:
+ Fixed the corner coordinates of the nodes.
+ Found the screen coordinates of the nodes.
+ Normalized viewpoint, up - vectors. Skipped normalizing the eye-vector.
+ Find convex hull
Given the screen coordinates, made a function for the convex hull based on
(Graham's algorithm). Works for float values.
(O'Rourke's code was written for integers, so I had to modify it for floats
- as the screen coordinates were floating values).
Code for 03-05-07
Output for 03-05-07

Summary for 03-05-07:
+ Found the node coordinates.
+ Found the corner coordinates for the node.