Table Of Contents

Previous topic

coll

Next topic

motion.Acceleration

This Page

motion

Constructor

class motion()

Attributes

defaultGravity

defaultGravity

The default acceleration of an object under a Gravity controller.

defaultPeriod

defaultPeriod

Motion controllers operate on repeating timers. The last (optional) argument to every class of controller specifies the repeat period at which the timer operates; assigning longer periods means less network traffic but a slower update rate. defaultPeriod is the period for all controllers whose last argument is not given.

defaultUp

defaultUp

The default vector to use as “up” in making a presence look forward.