volume rendering is working

This commit is contained in:
Evghenii
2014-01-05 17:03:29 +01:00
parent eb97ef149a
commit 07049d6c76
12 changed files with 1821 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
EXAMPLE=volume
CPP_SRC=volume.cpp volume_serial.cpp
ISPC_SRC=volume.ispc
ISPC_IA_TARGETS=avx1-i32x8
ISPC_ARM_TARGETS=neon
include ../common.mk