mirror of
				https://github.com/stevenrobertson/cuburn.git
				synced 2025-11-03 18:00:55 -05:00 
			
		
		
		
	Go back to using global accum for now
This commit is contained in:
		@ -131,7 +131,7 @@ class RenderInfo(object):
 | 
				
			|||||||
    # position into a single 32-bit int for now, which limits resolution to
 | 
					    # position into a single 32-bit int for now, which limits resolution to
 | 
				
			||||||
    # 1080p when xform opacity is respected, so the other two modes will hang
 | 
					    # 1080p when xform opacity is respected, so the other two modes will hang
 | 
				
			||||||
    # around until that can be extended to be memory-limited again.
 | 
					    # around until that can be extended to be memory-limited again.
 | 
				
			||||||
    acc_mode = 'deferred'
 | 
					    acc_mode = 'global'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # TODO: fix this
 | 
					    # TODO: fix this
 | 
				
			||||||
    chaos_used = False
 | 
					    chaos_used = False
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user