diff webGL/dandy/resources/utils3d.js~ @ 7:4343c1feedb5

upload boss.js xmlAlpha file
author NOBUYASU Oshiro
date Mon, 05 Jul 2010 17:19:51 +0900
parents 10344afb38a6
children 4684e849866c
line wrap: on
line diff
--- a/webGL/dandy/resources/utils3d.js~	Mon Jun 21 17:37:26 2010 +0900
+++ b/webGL/dandy/resources/utils3d.js~	Mon Jul 05 17:19:51 2010 +0900
@@ -97,7 +97,7 @@
     gl.clearColor(clearColor[0], clearColor[1], clearColor[2], clearColor[3]);
     gl.clearDepth(clearDepth);
 
-    gl.enable(gl.DEPTH_TEST);
+    //    gl.enable(gl.DEPTH_TEST);
     gl.enable(gl.BLEND);
     gl.blendFunc(gl.SRC_ALPHA, gl.ONE_MINUS_SRC_ALPHA);