mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added swapMeshes method to swap textures of 2 meshes
This commit is contained in:
parent
7115292384
commit
f1197b3045
3 changed files with 25 additions and 2 deletions
|
|
@ -42,7 +42,8 @@ function (Exception) {
|
|||
update: null,
|
||||
addFilter: null,
|
||||
removeFilter: null,
|
||||
swapMeshIndexes: null
|
||||
swapMeshIndexes: null,
|
||||
swapMeshes: null
|
||||
},
|
||||
animatedMesh: {
|
||||
create: null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue