Improved bounding box calculation for datum feature display size
This commit is contained in:
committed by
Stefan Tröger
parent
02dfb8551d
commit
a6431ee5cf
@@ -68,7 +68,7 @@ ViewProviderPlane::ViewProviderPlane()
|
||||
pMat = new SoMaterial();
|
||||
pMat->ref();
|
||||
|
||||
const float size = 2;
|
||||
const float size = 10; // Note: If you change this, you need to also adapt App/Plane.cpp getBoundBox()
|
||||
|
||||
static const SbVec3f verts[4] =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user