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