Added requested revisions
This commit is contained in:
@@ -4429,7 +4429,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
|
||||
|
||||
SoSeparator *sep = new SoSeparator();
|
||||
sep->ref();
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
sep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
// every information visual node gets its own material for to-be-implemented preselection and selection
|
||||
@@ -4482,7 +4482,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
|
||||
|
||||
SoSeparator *sep = new SoSeparator();
|
||||
sep->ref();
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
sep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
// every information visual node gets its own material for to-be-implemented preselection and selection
|
||||
@@ -4612,7 +4612,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
|
||||
|
||||
SoSeparator *sep = new SoSeparator();
|
||||
sep->ref();
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
sep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
// every information visual node gets its own material for to-be-implemented preselection and selection
|
||||
@@ -4706,7 +4706,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
|
||||
|
||||
SoSeparator *sep = new SoSeparator();
|
||||
sep->ref();
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
sep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
// every information visual node gets its own material for to-be-implemented preselection and selection
|
||||
@@ -4775,7 +4775,7 @@ void ViewProviderSketch::draw(bool temp /*=false*/, bool rebuildinformationlayer
|
||||
|
||||
SoSeparator* sep = new SoSeparator();
|
||||
sep->ref();
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
sep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
// every information visual node gets its own material for to-be-implemented preselection and selection
|
||||
@@ -5970,7 +5970,7 @@ void ViewProviderSketch::rebuildConstraintsVisual(void)
|
||||
// root separator for one constraint
|
||||
SoSeparator *sep = new SoSeparator();
|
||||
sep->ref();
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
sep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
// every constrained visual node gets its own material for preselection and selection
|
||||
@@ -6808,7 +6808,7 @@ void ViewProviderSketch::createEditInventorNodes(void)
|
||||
ps->style.setValue(SoPickStyle::UNPICKABLE);
|
||||
Coordsep->addChild(ps);
|
||||
Coordsep->setName("CoordSeparator");
|
||||
// no caching for fluctuant data structures
|
||||
// no caching for frequently-changing data structures
|
||||
Coordsep->renderCaching = SoSeparator::OFF;
|
||||
|
||||
SoMaterial *CoordTextMaterials = new SoMaterial;
|
||||
|
||||
Reference in New Issue
Block a user