fix datum plane transparency

one can not change the transparany type in the scene graph. Furthermore no normals are used, hence no normal binding is needed.
This commit is contained in:
Stefan Tröger
2016-04-12 18:12:04 +02:00
parent f357e045de
commit 13fea20cdd
2 changed files with 1 additions and 7 deletions
@@ -58,7 +58,7 @@ ViewProviderDatumPlane::ViewProviderDatumPlane()
{
SoMaterial* material = new SoMaterial();
material->diffuseColor.setValue(0.9f, 0.9f, 0.13f);
material->transparency.setValue(0.2f);
material->transparency.setValue(0.5f);
pShapeSep->addChild(material);
}