added notification center call for adding filters to meshes

This commit is contained in:
logsol 2014-07-12 12:15:59 +02:00
parent 460aa9678d
commit 40cdf9867e
4 changed files with 151 additions and 65 deletions

View file

@ -29,7 +29,9 @@ function (Exception) {
create: null,
add: null,
remove: null,
update: null
update: null,
addFilter: null,
removeFilter: null
},
animatedMesh: {
create: null