martymarkenson of Ninjas
9/26/2017 - 11:22 AM

Apply texture to a modelItem

Apply texture to a modelItem

$scope.applyTexture = function () {
  
  $scope.view.wdg['modelItem-1']['texture']='app/resources/Uploaded/textureName.png';
  
  }