jose-villegas / VCTRenderer

A real time global illumination solution that achieves glossy surfaces, diffuse reflection, specular reflection, ambient occlusion, indirect shadows, soft shadows, emissive materials and 2-bounce GI. Published here http://ieeexplore.ieee.org/abstract/document/7833375/

Home Page:https://jose-villegas.github.io/post/deferred_voxel_shading/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Model OBJ files not provided

nodev opened this issue · comments

commented

Hi,

It appears that the model OBJ files are not present in the assets/models possibly due to some misconfiguration of gitignore.

Hello thanks for the interest in this personal project, yeah I have *.obj in my .gitignore settings. Made some changes to upload the objs in the latest push, have fun.