My 3D Cube

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
4 posts Page 1 of 1
Contributors
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

My 3D Cube
MrAksel
Hello, I have made a 3D box using graphics and im posting it here as a DLL file, i have copied some code but i made the most myself!I will post the source too put it will cost some credits.
To implement the cube in your form: Paste this:
Code: Select all
Private Sub Me_Paint(ByVal sender As Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles Me.Paint
e.Graphics.DrawPath(Pens.Black, cube.GetCube())
End Sub
When you edit the cube you must refresh your form by using this:
Code: Select all
Me.Refresh()
Heres the files!
DLL
3D Graphics.zip
Source
3D Graphics Source.zip
You do not have the required permissions to view the files attached to this post.
Last edited by MrAksel on Thu Sep 09, 2010 5:16 pm, edited 1 time in total.
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: My 3D Cube (WITH SOURCE!)
bisnes_niko
Maybe thats too expensive... 33% of all my credits :S
and what about a screenshot?
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: My 3D Cube (WITH SOURCE!)
Codex
Just search for google and you will find a tutorial :? on how to do that.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: My 3D Cube (WITH SOURCE!)
MrAksel
yeah its a little expenive sorry guys wasnt thinking
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
4 posts Page 1 of 1
Return to “Source-Code”