You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					19 lines
				
				887 B
			
		
		
			
		
	
	
					19 lines
				
				887 B
			| 
											5 years ago
										 | #pragma once
 | ||
|  | 
 | ||
|  | #define W 240
 | ||
|  | #define H 160
 | ||
|  | 
 | ||
|  | #define TONE_SPLITS 3
 | ||
|  | 
 | ||
| 
											4 years ago
										 | float gts[TONE_SPLITS*TONE_SPLITS*TONE_SPLITS*TONE_SPLITS] = {
 | ||
| 
											5 years ago
										 |   0.917969,0.917969,0.375000,0.917969,0.375000,0.375000,0.187500,0.187500,0.187500,0.917969,
 | ||
|  |   0.375000,0.375000,0.187500,0.187500,0.187500,0.187500,0.187500,0.187500,0.093750,0.093750,
 | ||
|  |   0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,0.917969,0.375000,0.375000,
 | ||
|  |   0.187500,0.187500,0.187500,0.187500,0.187500,0.187500,0.093750,0.093750,0.093750,0.093750,
 | ||
|  |   0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,0.093750,
 | ||
|  |   0.093750,0.093750,0.093750,0.093750,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,
 | ||
|  |   0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,
 | ||
|  |   0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,
 | ||
| 
											4 years ago
										 |   0.000000
 | ||
| 
											5 years ago
										 | };
 |