Update pose editor node radius
parent
026059960f
commit
4955e47d76
|
@ -11,7 +11,7 @@
|
||||||
#include "snapshot.h"
|
#include "snapshot.h"
|
||||||
#include "snapshotxml.h"
|
#include "snapshotxml.h"
|
||||||
|
|
||||||
const float PoseDocument::m_nodeRadius = 0.015;
|
const float PoseDocument::m_nodeRadius = 0.01;
|
||||||
const float PoseDocument::m_groundPlaneHalfThickness = 0.005 / 4;
|
const float PoseDocument::m_groundPlaneHalfThickness = 0.005 / 4;
|
||||||
const bool PoseDocument::m_hideRootAndVirtual = true;
|
const bool PoseDocument::m_hideRootAndVirtual = true;
|
||||||
const float PoseDocument::m_outcomeScaleFactor = 0.5;
|
const float PoseDocument::m_outcomeScaleFactor = 0.5;
|
||||||
|
|
Loading…
Reference in New Issue