SoOctreeOrderingadjustDecimation Property |
If true, the octree will alter the decimation percentage for objects depending on how large they are in the view.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFBool adjustDecimation { get; }
Public ReadOnly Property adjustDecimation As SoSFBool
Get
public:
property SoSFBool^ adjustDecimation {
SoSFBool^ get ();
}
member adjustDecimation : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksThis causes objects closer to the camera to appear in more detail than objects further away.
See Also