My 3D Cube
Posted: Sat Aug 28, 2010 5:44 pm
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:
DLL Source
To implement the cube in your form: Paste this:
Code: Select all
When you edit the cube you must refresh your form by using this:
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
Code: Select all
Heres the files!Me.Refresh()
DLL Source