/* ---------------------------------------------- Computing Kaizen Studio Advanced Studio VI Spring 2010 Columbia University GSAPP Informational Body Code by Esther Cheung http://www.arch.columbia.edu/ http://proxyarch.com/kaizen This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License -----------------------------------------------*/ Point [] allvoxels; float unit = 1; float range; float threshold; boolean changing = false; float thresholdActual; PVector goal; void setup(){ goal = new PVector(); thresholdActual = 0.0; size(600, 450, P3D); randomSeed(0); colorMode(HSB); //load raw data String [] rawdata = loadStrings("07.txt"); //convert to float data float [] floatdata = new float [rawdata.length]; for (int i=0; i