mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
added notification center call for adding filters to meshes
This commit is contained in:
parent
460aa9678d
commit
40cdf9867e
4 changed files with 151 additions and 65 deletions
|
|
@ -29,7 +29,9 @@ function (Exception) {
|
|||
create: null,
|
||||
add: null,
|
||||
remove: null,
|
||||
update: null
|
||||
update: null,
|
||||
addFilter: null,
|
||||
removeFilter: null
|
||||
},
|
||||
animatedMesh: {
|
||||
create: null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue