if(texture2D(tex, interp_tc).a == 1.0) { gl_FragColor = vec4(1.0, 0.75, 0.0, 0.3); } else { gl_FragColor = texture2D(tex, interp_tc); }.
確定! 回上一頁