erebus

diff liberebus/src/camera.h @ 8:e2d9bf168a41

semi-works ...
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 24 May 2014 06:12:57 +0300
parents 9621beb22694
children bab25c0ce337
line diff
     1.1 --- a/liberebus/src/camera.h	Sat May 24 02:27:08 2014 +0300
     1.2 +++ b/liberebus/src/camera.h	Sat May 24 06:12:57 2014 +0300
     1.3 @@ -11,10 +11,6 @@
     1.4  	mutable Matrix4x4 cached_matrix;
     1.5  	mutable bool cached_matrix_valid;
     1.6  
     1.7 -	mutable Vector3 *rdir_cache;
     1.8 -	mutable int rdir_cache_width, rdir_cache_height;
     1.9 -	mutable float rdir_cache_fov;
    1.10 -
    1.11  	virtual void calc_matrix(Matrix4x4 *mat) const = 0;
    1.12  
    1.13  	Vector2 calc_sample_pos(int x, int y, int xsz, int ysz, int sample) const;