Update: CC - Demo New - Entity Loaded (tuby5lj4di.js) 124 bytes modified

beta.r3js.org
-=yb4f310 2018-02-16 12:19:15 +01:00
parent 71a2a54829
commit 0b62fcc2e2
1 changed files with 4 additions and 0 deletions

View File

@ -190,6 +190,10 @@ GameLib.CustomCode.prototype.generateAnimationVectors = function(attributeData)
}
}.bind(this);
GameLib.CustomCode.prototype.updateAttributeArrays = function(alpha) {
console.log('animation : ' + alpha);
}.bind(this);
this.buildInstancedGeometry(0);
this.beforeRender.entityLoaded = this;