README.md

December 4, 2022 ยท View on GitHub

A 3D Lesson v2, Very Simple

Description

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.

More Info

Submitted On2003-07-23 13:24:02
ByPeter Wilson
LevelBeginner
User Rating5.0 (99 globes from 20 users)
CompatibilityVB 6.0
CategoryGraphics
WorldVisual Basic
Archive FileA_3D_Lesso1619177232003.zip