[?] Subscribe To This Site

XML RSS
Add to Google
Add to My Yahoo!
Add to My MSN
Subscribe with Bloglines

Home
Forum
Project Ideas
C Course
Projects Showcase
LCD-KEYS OnePort
PIC Introduction
PIC Programmer
Schematic Tool
PIC Projects
Tips & Techniques
PIC Tutorials
Digital Downloads
Store
My SECRET
Oscilloscopes
About Me
Contact
Terms of Use
Search This Site
Freebies
Articles
Books
Resource Links
Site Map
Video du Jour
Rant/Rave
Privacy Policy
Problem?-Solution
Programmer Types

Polygon Graphics

by Justin Rajewski

I recently came accros this page and thought I had to try that. Luckily for me Pyrofer has the source code that he used, thanks a lot, after just a few changes I had a 3D cube rotating on my GLCD. It was not enough for me though. I changed his main runtine so I can display any object I want, all I need are 6 "files", the data file, x coordinates, y coordinates, z coordinates, and two files for the lines.

The data file consists of two parts, the first is how many points there are in the object and the second it how many lines there are.

The x,y,and z files are the coordinatesfor the points.

The line files are the start and end points for each line.

After I had the code I decided to make a more advanced ship. I based the design off the N64 Star Fox game's Awing.

Now I have added an analog stick to control the ship and also have free rotating, as you can see in the video.

If Jason Wright is reading this I would send you the source code (as requested) but I have no idea where to send it to.



The source code can be found here.

Also check out Coilgunpower.com


Click here to read or post comments.

Join in and write your own page! It's easy to do. How?
Simply click here to return to Project Showcase
.