Go to file
kts@vger 6b34f452aa basic vif decoder and displayer programmed using CBDL - at the moment, no rotation/yaw/pitch support, nor any support for z/depth. Also note that binary data cannot be properly loaded via iframe on an offline instance(e.g., no webserver), so test.vif has been copied to test.txt, allowing for browser-only/non-webserver running of JVIV 2013-08-04 15:14:03 -07:00
CBDL Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL 2013-08-03 15:22:42 -07:00
README Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL 2013-08-03 15:22:42 -07:00
test.txt basic vif decoder and displayer programmed using CBDL - at the moment, no rotation/yaw/pitch support, nor any support for z/depth. Also note that binary data cannot be properly loaded via iframe on an offline instance(e.g., no webserver), so test.vif has been copied to test.txt, allowing for browser-only/non-webserver running of JVIV 2013-08-04 15:14:03 -07:00
test.vif Added README, the test vif file, some blank stubs for the JavaScript viewer, and a symbolic link of CBDL to ../CBDL 2013-08-03 15:22:42 -07:00
vif.html basic vif decoder and displayer programmed using CBDL - at the moment, no rotation/yaw/pitch support, nor any support for z/depth. Also note that binary data cannot be properly loaded via iframe on an offline instance(e.g., no webserver), so test.vif has been copied to test.txt, allowing for browser-only/non-webserver running of JVIV 2013-08-04 15:14:03 -07:00
vif.js basic vif decoder and displayer programmed using CBDL - at the moment, no rotation/yaw/pitch support, nor any support for z/depth. Also note that binary data cannot be properly loaded via iframe on an offline instance(e.g., no webserver), so test.vif has been copied to test.txt, allowing for browser-only/non-webserver running of JVIV 2013-08-04 15:14:03 -07:00

README

====
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.