コード例 #1
0
ファイル: ShaderLayer.cs プロジェクト: Thaon/IRNBRU
Float DotFalloff( Float xsq ) { xsq = 1.0f - xsq; return xsq.Square().Square(); }