예제 #1
0
파일: ShaderLayer.cs 프로젝트: Thaon/IRNBRU
Float DotFalloff( Float xsq ) { xsq = 1.0f - xsq; return xsq.Square().Square(); }