glviewvol

diff src/rend_fast.h @ 5:5417c25cb238

moving to a simpler transfer function
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Dec 2014 15:59:55 +0200
parents 04330eb80b36
children f22be47a3572
line diff
     1.1 --- a/src/rend_fast.h	Mon Dec 29 05:41:36 2014 +0200
     1.2 +++ b/src/rend_fast.h	Mon Dec 29 15:59:55 2014 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  
     1.5  	void set_volume(Volume *vol);
     1.6  	Curve &transfer_curve(int color);
     1.7 +	void set_simple_transfer(float low, float high);
     1.8  
     1.9  	void update(unsigned int msec);
    1.10  	void render() const;