view webGL/src/Obj.js @ 10:98a90bc478b3 draft

Change function name.upd->update
author e105711 <yomitan.ie.u-ryukyu.ac.jp>
date Thu, 17 May 2012 16:04:02 +0900
parents c5455ae6cd70
children b322a8557f93
line wrap: on
line source

var Obj = function(x,y,scale,imgNo){

    this.x = x;
    this.y = y;
    this.scale = scale;
    this.imgNo = imgNo;

};