Drawing animated objects
We chose MDL animated object (Half-Life 3DStudio models). Typically, it is rendered by OpenGL or DirectX. But now it will use our software render technique.
Project
This project made in C++.
Classes:
CTexture
It is used to load images into the engine
SoftwareRender
Since MDL uses the regular OpenGl functions, this file contains functions that look like openGL ones, but uses our functions to draw the animated object.
mainapp
It is main from where the project show actual drawing to the use
CView
It has the functions to calculate each point in a triangle and the coordination of the texture
In addition to MDL class to load the 3D animated object and move it.
License
MIT LicenseFollow Native3DAnimation
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Native3DAnimation!