agltfmodel.js 118 B

12345678910
  1. this.updateModel = function(srcID){
  2. if (srcID) {
  3. this.src = "";
  4. this.src = srcID;
  5. }
  6. }