by Dion Ving (1 Submission)
Category: Graphics
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(9 Votes)

Demonstates basic 3D render and animation over 6 progressive exersizes. From a basic worldview grid to multiple 3D objects.
API DeclarationsPrivate Declare Function CreatePolyPolygonRgn Lib "gdi32" (lpPoint As pointApi, lpPolyCounts As Long, ByVal nCount As Long, ByVal nPolyFillMode As Long) As Long
Private Declare Function PaintRgn Lib "gdi32" (ByVal hdc As Long, ByVal hRgn As Long) As Long
Private Declare Function DeleteObject Lib "gdi32" (ByVal hObject As Long) As Long
Download Six 3D exersizes (24 KB)