Added head mesh, points/directions for hair that follow the Poisson
authorEleni Maria Stea <estea@igalia.com>
Wed, 14 Nov 2018 12:19:10 +0000 (14:19 +0200)
committerEleni Maria Stea <estea@igalia.com>
Wed, 14 Nov 2018 12:23:43 +0000 (14:23 +0200)
commitda5cbacf755273da510c37c819a59c7fe9894c4e
treeaa1260b89b7894f30bb6d6e1cc33b92de5dea368
Added head mesh, points/directions for hair that follow the Poisson
distribution, used a kd-tree to store them
Makefile [new file with mode: 0755]
data/head.fbx [new file with mode: 0644]
src/hair.cc [new file with mode: 0644]
src/hair.h [new file with mode: 0644]
src/kdtree.c [new file with mode: 0644]
src/kdtree.h [new file with mode: 0644]
src/main.cc [new file with mode: 0644]
src/mesh.cc [new file with mode: 0644]
src/mesh.h [new file with mode: 0644]