mirror of
				https://github.com/stevenrobertson/cuburn.git
				synced 2025-11-03 18:00:55 -05:00 
			
		
		
		
	Do post affine transforms. How did I miss this?
This commit is contained in:
		@ -118,6 +118,10 @@ void apply_xf{{xfid}}(float &ox, float &oy, float &color, mwc_st &rctx) {
 | 
			
		||||
    }
 | 
			
		||||
    {{endfor}}
 | 
			
		||||
 | 
			
		||||
    {{if xform.has_post}}
 | 
			
		||||
    tx = ox;
 | 
			
		||||
    ty = oy;
 | 
			
		||||
    {{apply_affine_flam3('tx', 'ty', 'ox', 'oy', px, 'xf.post', 'post')}}
 | 
			
		||||
    {{endif}}
 | 
			
		||||
 | 
			
		||||
    float csp = {{px.get('xf.color_speed')}};
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user