volmetrics

diff src/volume.h @ 12:1272e3335608

using 2 thresholds (sigmoid functions) custom resolution in polygonization
author Eleni Maria Stea <elene.mst@gmail.com>
date Sun, 02 Feb 2014 02:18:08 +0200
parents 40febfed6cff
children add30e2d5253
line diff
     1.1 --- a/src/volume.h	Mon Jan 27 01:22:02 2014 +0200
     1.2 +++ b/src/volume.h	Sun Feb 02 02:18:08 2014 +0200
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5  	unsigned int get_texture() const;
     1.6  
     1.7 -	void create_mesh(Mesh *mesh, float threshold);
     1.8 +	void create_mesh(Mesh *mesh, float tmin, float tmax, int xres, int yres, int zres);
     1.9  
    1.10  	void draw() const;
    1.11  };