added swapMeshes method to swap textures of 2 meshes

This commit is contained in:
logsol 2015-05-06 20:13:13 +02:00
parent 7115292384
commit f1197b3045
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