SoTrackerdefaultObjectBoxMaxDim Property |
Radius of a bounding sphere.
Namespace: OIV.ScaleViz.NodesAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat defaultObjectBoxMaxDim { get; }
Public ReadOnly Property defaultObjectBoxMaxDim As SoSFFloat
Get
public:
property SoSFFloat^ defaultObjectBoxMaxDim {
SoSFFloat^ get ();
}
member defaultObjectBoxMaxDim : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksThe scene is scaled to fit initially within the sphere. In a CAVE environment, it makes sense to choose a radius equal to half the width of the front screen.
See Also