choyingw / SynergyNet

3DV 2021: Synergy between 3DMM and 3D Landmarks for Accurate 3D Facial Geometry
MIT License
377 stars 57 forks source link

Shaders in rasterizer #31

Open pepeballesterostel opened 1 year ago

pepeballesterostel commented 1 year ago

Hello,

Does anyone know how the rasterize function (inside SynergyNet\Sim3DR\Sim3DR.py) works under the hood? Do we know what type of shader (eg, Phong) is it using to render the final dense mesh?

Many thanks.