A 3D Studio v6.0 beta
Learn how to create your own 3D graphics library without using OpenGL or DirectX. This 3D application allows you to load DirectX data files into the application and view them in 3D. The virtual camera is cantered on the origin (although you can change this). Use the mouse to move the virtual camera around the object. This 3D application uses a Right-Handed Coordinate system (as opposed to DirectX that uses a left-handed coordinate system). The 3D maths is based on industry recognized standards as found in 'Computer Graphics Principles and Practice, Foley*vanDam*Feiner*Hughes'. The 3D maths uses column-vector notation and is very stable; it won't change too much in the future, so this would be a good project to get familiar with. This is a solid project that I will be improving on. I've listed the code as intermediate as I don't think its too hard to follow. Comments are everywhere. For those of you familiar with my previous works (look them up), this one does not have any fancy music or animation as it's focus is somewhat more serious.
ИИ-обзор: 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.
Upload