|
|
@ -486,9 +486,9 @@ public class Geometry extends Spatial { |
|
|
|
|
|
|
|
|
|
|
|
// This geometry is managed,
|
|
|
|
// This geometry is managed,
|
|
|
|
// but the cloned one is not attached to anything, hence not managed.
|
|
|
|
// but the cloned one is not attached to anything, hence not managed.
|
|
|
|
if (isGrouped()) { |
|
|
|
if (geomClone.isGrouped()) { |
|
|
|
groupNode = null; |
|
|
|
geomClone.groupNode = null; |
|
|
|
startIndex = -1; |
|
|
|
geomClone.startIndex = -1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
geomClone.cachedWorldMat = cachedWorldMat.clone(); |
|
|
|
geomClone.cachedWorldMat = cachedWorldMat.clone(); |
|
|
|