Esempio n. 1
0
 void ITreeEndVisitorOf <IShapePositioner> .EndVisit(IShapePositioner shapePositioner)
 {
     _posesStack.Pop();
     TryPopMaterial(shapePositioner);
 }
Esempio n. 2
0
 void ITreeStartVisitorOf <IShapePositioner> .StartVisit(IShapePositioner shapePositioner)
 {
     PushPose(shapePositioner.Pose);
     TryPushMaterial(shapePositioner);
 }