.. | .. |
---|
261 | 261 | |
---|
262 | 262 | // LA.matConcat(toParent, hip.get(0).toParent, toParent); |
---|
263 | 263 | |
---|
| 264 | + CameraPane.CreateSelectedPoint(); |
---|
| 265 | + |
---|
264 | 266 | CameraPane.debugpointG.toParent[3][0] = poship.x; |
---|
265 | 267 | CameraPane.debugpointG.toParent[3][1] = poship.y; |
---|
266 | 268 | CameraPane.debugpointG.toParent[3][2] = poship.z; |
---|
.. | .. |
---|
649 | 651 | { |
---|
650 | 652 | super.ExtractBigData(o); |
---|
651 | 653 | |
---|
652 | | - o.bvh = this.bvh; |
---|
653 | | - o.skeleton = this.skeleton; |
---|
| 654 | + o.savebvh = this.bvh; |
---|
| 655 | + o.saveskeleton = this.skeleton; |
---|
654 | 656 | this.bvh = null; |
---|
655 | 657 | this.skeleton = null; |
---|
656 | 658 | } |
---|
.. | .. |
---|
659 | 661 | { |
---|
660 | 662 | super.RestoreBigData(o); |
---|
661 | 663 | |
---|
662 | | - this.bvh = o.bvh; |
---|
663 | | - this.skeleton = o.skeleton; |
---|
| 664 | + this.bvh = o.savebvh; |
---|
| 665 | + this.skeleton = o.saveskeleton; |
---|
664 | 666 | } |
---|
665 | 667 | |
---|
666 | 668 | boolean smoothed; |
---|