学习列表

spring MVC 基本功能OK

angular.js
http://www.ibm.com/developerworks/cn/web/1406_rentt_angularjs/index.html

Ruby on Rails 暂停

html5 3d
建立自己的3d引擎
http://www.netmagazine.com/tutorials/build-your-own-html5-3d-engine
矩阵变换后的转换问题
rVal[i3]=this.n11*x+this.n21*y+this.n31*z+this.n41;
		rVal[i3+1]=this.n12*x+this.n22*y+this.n32*z+this.n42;
		rVal[i3+2]=this.n13*x+this.n23*y+this.n33*z+this.n43;

赛车游戏思路学习

html5 2D小游戏教程
http://www.ibm.com/developerworks/cn/java/j-html5-game5

你可能感兴趣的:(学习)