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