nn::nex::PHBDRParameters Class

Syntax

class PHBDRParameters : public nn::nex::RootObject

Description

Manages parameters used for dead reckoning.

You can use the DataSet::GetPHBDRParameters function to get the parameters for each dataset.

Dead reckoning is a feature that interpolates other player's movements, including their position and orientation, to make them appear more natural. You can enable dead reckoning by specifying extrapolation_filter for datasets defined in the DDL file.

For more information, see the programming manual.

Enumerated Types

ANGLE_TYPE Enumerated type representing the unit used for angles.

Member Functions

ApplyConvergence Sets whether to use a convergence algorithm.
SetConvergenceDelay Sets the minimum and maximum delay used by the convergence algorithm.
GetMaximumLocalCorrectionDelay Gets the maximum local correction delay.
SetMaximumLocalCorrectionDelay Sets the maximum local correction delay.
ForceLinearTracking Sets linear tracking based on tracking predictions made during dead reckoning.
ForceNonLinearTracking Sets non-linear tracking based on tracking predictions made during dead reckoning.
ForceLinearConvergence Sets a linear convergence algorithm for use in convergence prediction during dead reckoning.
ForceNonLinearConvergence Sets a non-linear convergence algorithm for use in convergence prediction during dead reckoning.
SetTrackingAngleThreshold Sets a threshold value for switching the tracking algorithm used in tracking prediction during dead reckoning.
SetConvergenceAngleThreshold Sets a threshold value for switching the convergence algorithm used in convergence prediction during dead reckoning.
S SetExtrapolationDelay Sets the extrapolation delay used during dead reckoning.
S GetExtrapolationDelay Gets the extrapolation delay used during dead reckoning.

Class Hierarchy

nn::nex::RootObject
  nn::nex::PHBDRParameters

Revision History

2012/08/31
Initial version.

CONFIDENTIAL