mirror of
				https://github.com/Laupetin/OpenAssetTools.git
				synced 2025-11-04 12:37:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			66 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			459 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
alphaTest
 | 
						|
{
 | 
						|
	default:
 | 
						|
		Always;
 | 
						|
}
 | 
						|
 | 
						|
blendFunc
 | 
						|
{
 | 
						|
	default:
 | 
						|
		Add, One, One;
 | 
						|
}
 | 
						|
 | 
						|
separateAlphaBlendFunc
 | 
						|
{
 | 
						|
	default:
 | 
						|
		Disable, One, Zero;
 | 
						|
}
 | 
						|
 | 
						|
cullFace
 | 
						|
{
 | 
						|
	default:
 | 
						|
		passthrough;
 | 
						|
}
 | 
						|
 | 
						|
depthTest
 | 
						|
{
 | 
						|
	default:
 | 
						|
		passthrough;
 | 
						|
}
 | 
						|
 | 
						|
depthWrite
 | 
						|
{
 | 
						|
	default:
 | 
						|
		passthrough;
 | 
						|
}
 | 
						|
 | 
						|
colorWrite
 | 
						|
{
 | 
						|
	default:
 | 
						|
		Enable, Enable;
 | 
						|
}
 | 
						|
 | 
						|
gammaWrite
 | 
						|
{
 | 
						|
	default:
 | 
						|
		passthrough;
 | 
						|
}
 | 
						|
 | 
						|
polygonOffset
 | 
						|
{
 | 
						|
	default:
 | 
						|
		passthrough;
 | 
						|
}
 | 
						|
 | 
						|
stencil
 | 
						|
{
 | 
						|
	default:
 | 
						|
		passthrough;
 | 
						|
}
 | 
						|
 | 
						|
wireframe
 | 
						|
{
 | 
						|
	default:
 | 
						|
		Disable;
 | 
						|
}
 |