Advertisement
2_2002-2004 Graphics #113645

A 3D Lesson v2, Very Simple

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.

AI

ИИ-обзор: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Исходный код
original-source
Upload
Оригинальные комментарии (3)
Восстановлено из Wayback Machine