- lights for V3d viewer.
- should not possible using it as it breaks highlight/selection of this presentation in the viewer.
aDisplayed.Append (aPresentation);
}
- if (!myIsKeepPresentations || myFitAllActive)
+ if (/*!myIsKeepPresentations ||*/ myFitAllActive)
fitAllView();
myDisplayed.Bind (theType, aDisplayed);
const NCollection_List<Handle(Standard_Transient)>& thePresentations)
{
myDisplayPreview->UpdatePreview (theType, thePresentations);
- if (!myIsKeepPresentations || myFitAllActive)
+ if (/*!myIsKeepPresentations ||*/ myFitAllActive)
fitAllView();
}