Jérôme BUISINE a6bb655316 add of new points of view il y a 4 ans
..
README.md 862391d200 Add of sponge scene and README.md file for generation il y a 4 ans
gencubesierpinski.cpp 862391d200 Add of sponge scene and README.md file for generation il y a 4 ans
p3d_eponge-fractal-5-view0.pbrt 8487d31ca9 update image extension of scene il y a 4 ans
p3d_eponge-fractal-5-view1.pbrt 8487d31ca9 update image extension of scene il y a 4 ans
p3d_eponge-fractal-6-view0.pbrt 8487d31ca9 update image extension of scene il y a 4 ans
p3d_eponge-fractal-6-view1.pbrt 8487d31ca9 update image extension of scene il y a 4 ans

README.md

generate .ply files

g++ gencubesierpinski.cpp -o gencubesierpinski
./gencubesierpinski -l 6 -s 10
mv eponge_1.ply eponge_6.ply


./gencubesierpinski -l 5 -s 10
mv eponge_1.ply eponge_5.ply


./gencubesierpinski -l 4 -s 10
mv eponge_1.ply eponge_4.ply


./gencubesierpinski -l 3 -s 10
mv eponge_1.ply eponge_3.ply


./gencubesierpinski -l 2 -s 10
mv eponge_1.ply eponge_2.ply


./gencubesierpinski -l 1 -s 10