Evas 3d: Add example for convex hull
authorperepelits.m <perepelits.m@samsung.com>
Fri, 18 Dec 2015 04:50:17 +0000 (13:50 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Fri, 18 Dec 2015 07:48:15 +0000 (16:48 +0900)
commitefde72de1e880b4e92e1329ce5d47675899e24b2
tree1781beb95ae67de5ae86311f84800a65a541318c
parenta3dcf7a0ba758b6502c752ff59b011a22133dbfb
Evas 3d: Add example for convex hull

Summary: This example is a testing example for comparison convex
hulls built by our algorithm and in Blender.

Reviewers: raster, Hermet, cedric, jpeg, perepelits.m

Subscribers: jpeg, artem.popov

Differential Revision: https://phab.enlightenment.org/D3336
13 files changed:
src/examples/evas/Makefile.am
src/examples/evas/evas-3d-hull.c [new file with mode: 0644]
src/examples/evas/evas-common.h
src/examples/evas/resources/models/convex_hull/column_blender_ch.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/column_test.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/cube_blender_ch.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/eagle_blender_ch.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/home_blender_ch.obj [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/plain.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/plain_blender_ch.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/sonic_blender_ch.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/sphere_blender_ch.ply [new file with mode: 0644]
src/examples/evas/resources/models/convex_hull/torus_blender_ch.ply [new file with mode: 0644]