class PHBDRParameters : public nn::nex::RootObject
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.
ANGLE_TYPE
|
Enumerated type representing the unit used for angles. |
---|
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. |
nn::nex::RootObject
nn::nex::PHBDRParameters
CONFIDENTIAL