Advertisement

Drawing triangles from 3D triangulation

Started by January 11, 2018 01:11 AM
0 comments, last by AhmedSaleh 7 years ago

I'm trying to trianglulate 3D Points using DirectX11, so I triangulate 3D points then I try to draw triangles, the outcome of triangulation is std::vector<Tri>, each Tri has a,b,c 3 values.

I don't see any output, I think I have a problem with the math.. 

 

here is my code:

https://pastebin.com/SQ8z3WAt

Game Programming is the process of converting dead pictures to live ones .

This topic is closed to new replies.

Advertisement