implemented rubedoll direction flip and added meshIndex (z) swapping capability. #151

This commit is contained in:
logsol 2015-04-29 00:04:17 +02:00
parent da7e0758bb
commit fb3ac40d17
12 changed files with 483 additions and 389 deletions

View file

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

View file

@ -426,7 +426,7 @@ function (Box2D) {
var scene = {
bodies: loadedBodies,
// joints: loadedJoints
joints: loadedJoints
};
return scene;