Panda3D
Classes | Functions | Variables

Package distributed.DistributedSmoothNode

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)

Detailed Description

DistributedSmoothNode module: contains the DistributedSmoothNode class

Function Documentation

def distributed.DistributedSmoothNode.globalActivateSmoothing (   smoothing,
  prediction 
)
Globally activates or deactivates smoothing and prediction on
all DistributedSmoothNodes currently in existence, or yet to be
generated. 

Variable Documentation

activateSmoothing = globalActivateSmoothing
tuple EnablePrediction = base.config.GetBool("smooth-enable-prediction", 1)
tuple EnableSmoothing = base.config.GetBool("smooth-enable-smoothing", 1)
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)
 All Classes Namespaces Functions Variables Properties