... 400 //Uniforms uniform sampler2D texture4;// depth void main(void) { float depth = textureProj(texture4,vec3(1)).r; } //vertex #versi...
確定! 回上一頁