3D-Stars in a Form
Draws a nice 3D-Starfield in a Form (uses X,Y,Z positions)width a very short codeShades each star depending on the distance. Original Author: Mikael Rickan Assumptions Create an Timer for the form called Timer1 Side Effects None (maybe some flickering) API Declarations Code ‘Dim X(100), Y(100), Z(100) As IntegerDim tmpX(100), tmpY(100), tmpZ(100) As IntegerDim K As IntegerDim Zoom As IntegerDim… Read More »