As posted earlier, here and here, i started (and finished) a 3D project for school, using only drawing primitives. (Second year faculty project).
I would like some destructive and/or constructive criticism of it, should any of you wish to give it. I am posting the full source code here, use it in whatever non-commercial way you wish !
Everything has been done with C#, GDI+.
This is not a 3D Engine. Features like backface culling, polygon texturing, frustum culling have not been implemented. Also, the code is not commented, but it's fairly straightforward.
System requirements: (Yes, it does sound weird!)
--------------------
- Windows XP 32 bit, or something compatible.
- Standard Windows fonts installed. Preferable to have Agency FB, but Arial will do (The code looks for fonts in a particular order...Arial is its last option).
- A 3-button mouse.
- A powerful processor (dual core preferable ....yes GDI+ is slow).
- .NET framework 4.0 installed.
Thank you.
[ATTACH]3649[/ATTACH]
EDIT: I have done commenting on the code. I have reuploaded the project.
Attached Files
Edited by totonex, 21 January 2011 - 12:54 PM.


Sign In
Create Account



Back to top









