提交 e9122654 编写于 作者: M Mr.doob

Removed gaussianPdf from common.glsl. Fixes #10113

上级 e04bc0a2
......@@ -73,12 +73,6 @@ vec3 linePlaneIntersect( in vec3 pointOnLine, in vec3 lineDirection, in vec3 poi
}
float gaussianPdf(in float x, in float sigma) {
return 0.39894 * exp( -0.5 * x * x/( sigma * sigma))/sigma;
}
mat3 transpose( const in mat3 v ) {
mat3 tmp;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册