aobjmodel.js 233 B

12345678910111213141516171819
  1. this.updateModel = function(srcID){
  2. if (srcID) {
  3. this.src = "";
  4. this.src = srcID;
  5. }
  6. }
  7. this.updateModelMtl = function(srcID){
  8. if (srcID) {
  9. this.mtl = "";
  10. this.mtl = srcID;
  11. }
  12. }