VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A 3D Lesson v2, Very Simple

Peter Wilson  (25 Submissions)   Graphics   Visual Basic 5.0   Beginner   Wed 3rd February 2021

This 3D application shows you just how simple 3D computer graphics can be to program. Pure VB code and the only mathematics is division. Simple hey?
Objects that are far away, appear smaller. Thus simply divide our 3D object's X and Y coordinates by it's Z coordinate.
NewPixelX = X / Z
NewPixelY = Y / Z
That's all you need for 3D computer graphics, and that's all this program does.

Rate A 3D Lesson v2, Very Simple (20(20 Vote))

Download A 3D Lesson v2, Very Simple

A 3D Lesson v2, Very Simple Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters