diff webGL/dandy/dandy4.html @ 9:1d76f5717ba7

upload dandy4.html
author NOBUYASU Oshiro
date Sat, 10 Jul 2010 16:38:10 +0900
parents 03b67cd2bde7
children 680b5b0cd1e4
line wrap: on
line diff
--- a/webGL/dandy/dandy4.html	Fri Jul 09 01:48:59 2010 +0900
+++ b/webGL/dandy/dandy4.html	Sat Jul 10 16:38:10 2010 +0900
@@ -43,6 +43,7 @@
 		<script src="resources/keybord.js"> </script> 
 		<script src="resources/boss.js"> </script> 
 		<script src="resources/parse.js"> </script> 
+		<script src="resources/bom.js"> </script> 
         
 		<script id="vshader" type="x-shader/x-vertex"> 
 			uniform mat4 u_modelViewProjMatrix;
@@ -103,7 +104,8 @@
 				
 				gl.enable(gl.TEXTURE_2D);
 
-               			parseXml(gl);//parse.js
+
+               		        parseXml(gl);//parse.js
 
 				return gl;
 			}
@@ -147,6 +149,8 @@
 		                state_update();
 			        collision_detect();
 			
+			        PutBom(ctx);
+
 				framerate.snapshot();
 
 			}