Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL

master
kts 2013-08-03 15:22:42 -07:00
commit fe52646c6d
5 changed files with 10 additions and 0 deletions

1
CBDL 120000
View File

@ -0,0 +1 @@
../CBDL

9
README 100644
View File

@ -0,0 +1,9 @@
====
vif
====
vif, or voxel image format, is, as the name suggests, an image format for storing volumetric pixels. More plainly put, it is a three-dimensional image format, storing data for x, y, and z.
vif.html, vif.js, test.vif
----------------
Contained within this directory is a JavaScript implementation of a basic vif reader that relies on CBDL. It simply loads the test.vif file and displays it, with controls for rotating and zooming the image.

BIN
test.vif 100644

Binary file not shown.

0
vif.html 100644
View File

0
vif.js 100644
View File