Page 1 of 1

My 3D Cube

Posted: Sat Aug 28, 2010 5:44 pm
by 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

Re: My 3D Cube (WITH SOURCE!)

Posted: Sat Aug 28, 2010 5:54 pm
by bisnes_niko
Maybe thats too expensive... 33% of all my credits :S
and what about a screenshot?

Re: My 3D Cube (WITH SOURCE!)

Posted: Sat Aug 28, 2010 6:01 pm
by Codex
Just search for google and you will find a tutorial :? on how to do that.

Re: My 3D Cube (WITH SOURCE!)

Posted: Sat Aug 28, 2010 7:20 pm
by MrAksel
yeah its a little expenive sorry guys wasnt thinking