|
Panda3D
|
Classes | |
| class | DistributedSmoothNode |
Functions | |
| def | globalActivateSmoothing |
Variables | |
| activateSmoothing = globalActivateSmoothing | |
| tuple | EnablePrediction = base.config.GetBool("smooth-enable-prediction", 1) |
| tuple | EnableSmoothing = base.config.GetBool("smooth-enable-smoothing", 1) |
| int | GlobalPrediction = 0 |
| int | GlobalSmoothing = 0 |
| tuple | Lag = base.config.GetDouble("smooth-lag", 0.2) |
| tuple | MaxFuture = base.config.GetFloat("smooth-max-future", 0.2) |
| tuple | MinSuggestResync = base.config.GetFloat("smooth-min-suggest-resync", 15) |
| tuple | PredictionLag = base.config.GetDouble("smooth-prediction-lag", 0.0) |
DistributedSmoothNode module: contains the DistributedSmoothNode class
| def distributed.DistributedSmoothNode.globalActivateSmoothing | ( | smoothing, | |
| prediction | |||
| ) |
Globally activates or deactivates smoothing and prediction on all DistributedSmoothNodes currently in existence, or yet to be generated.
| activateSmoothing = globalActivateSmoothing |
| tuple EnablePrediction = base.config.GetBool("smooth-enable-prediction", 1) |
| tuple EnableSmoothing = base.config.GetBool("smooth-enable-smoothing", 1) |
| int GlobalPrediction = 0 |
| int GlobalSmoothing = 0 |
| tuple Lag = base.config.GetDouble("smooth-lag", 0.2) |
| tuple MaxFuture = base.config.GetFloat("smooth-max-future", 0.2) |
| tuple MinSuggestResync = base.config.GetFloat("smooth-min-suggest-resync", 15) |
| tuple PredictionLag = base.config.GetDouble("smooth-prediction-lag", 0.0) |
1.7.3