team-raytracer / raytracer

Raytracer for Computer Graphics final project
https://team-raytracer.github.io/
GNU General Public License v3.0
1 stars 2 forks source link

Remove ply files from repo #9

Open ABrambleNinja opened 5 years ago

ABrambleNinja commented 5 years ago

This might just be a me thing, but I wish the .ply models were not stored in the repo. I think it'd be better to not vendor these assets and instead import them some other way.

ABrambleNinja commented 5 years ago

I propose that we add them to the .gitignore file and downloaded using the Makefile from their source. I was thinking that there is support for cURL on just about every system so we could just use that in the file. This would also allow us to avoid downloading, e.g. bun_zipper.ply if we weren't building that particular scene.

If no one objects within a couple days I think I'll go ahead and self-assign this issue and do it.