Mesh rendering engine using c++ .
The above work is done using tutorial and help of Dr. Furqan Ullah.
Complete tutorial regarding that can be find on following link:
• How to Render 3D Mesh Model by loading PLY...
It will explain the following things :
How can we create a 3D renderer engine to render 3D models.
How can we render 3D mesh model using the vertices and faces attributes.
How can we read 3D data (vertices, faces, normals, texture coordinates, colors) from 3D file format which is PLY.
How can we create a Face-Vertex data structure to store the mesh data.
How can we compute the face normal using the vertices and indices information.
How can we render materials in OpenGL.
How can we apply texture mapping in OpenGL.
FLE can be download from the following link:
https://github.com/drfurqan/FL-Essent...