From 0b62fcc2e29cc63029aabc6c5e6505dd1004e9ff Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Fri, 16 Feb 2018 12:19:15 +0100 Subject: [PATCH] Update: CC - Demo New - Entity Loaded (tuby5lj4di.js) 124 bytes modified --- tuby5lj4di.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tuby5lj4di.js b/tuby5lj4di.js index a772917..8fc97b8 100644 --- a/tuby5lj4di.js +++ b/tuby5lj4di.js @@ -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;