SoVRMLNavigationInfoavatarSize Property |
The user's physical dimensions in the world for the purpose of collision detection and terrain following.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoMFFloat avatarSize { get; }
Public ReadOnly Property avatarSize As SoMFFloat
Get
public:
property SoMFFloat^ avatarSize {
SoMFFloat^ get ();
}
member avatarSize : SoMFFloat with get
Property Value
Type:
SoMFFloat
RemarksThis is used by the QtLargeModelViewer to set the collision distance and the gravity offset.
See Also