added swapMeshes method to swap textures of 2 meshes

This commit is contained in:
logsol 2015-05-06 20:13:13 +02:00
parent 1db8de34df
commit ec7ce459cb
3 changed files with 25 additions and 2 deletions

View file

@ -42,7 +42,8 @@ function (Exception) {
update: null,
addFilter: null,
removeFilter: null,
swapMeshIndexes: null
swapMeshIndexes: null,
swapMeshes: null
},
animatedMesh: {
create: null