mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:36:49 +02:00
ignore parenting properties
This commit is contained in:
parent
2c8cab9360
commit
22a1ee83e6
1 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,9 @@ var keysToIgnore = [
|
||||||
'shapeType',
|
'shapeType',
|
||||||
'isEmitting',
|
'isEmitting',
|
||||||
'sittingPoints',
|
'sittingPoints',
|
||||||
'originalTextures'
|
'originalTextures',
|
||||||
|
'parentJointIndex',
|
||||||
|
'parentID'
|
||||||
];
|
];
|
||||||
|
|
||||||
var individualKeys = [];
|
var individualKeys = [];
|
||||||
|
|
Loading…
Reference in a new issue