Module Collada :: Class DaePhysicsSyntax
[hide private]
[frames] | no frames]

Class DaePhysicsSyntax

source code

object --+
         |
        DaePhysicsSyntax

Instance Methods [hide private]

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  PHYSICS_SCENE = 'physics_scene'
  PHYSICS_MODEL = 'physics_model'
  PHYSICS_MATERIAL = 'physics_material'
  RIGID_BODY = 'rigid_body'
  INSTANCE_PHYSICS_MODEL = 'instance_physics_model'
  INSTANCE_PHYSICS_MATERIAL = 'instance_physics_material'
  INSTANCE_RIGID_BODY = 'instance_rigid_body'
  RESTITUTION = 'restitution'
  STATIC_FRICTION = 'static_friction'
  DYNAMIC_FRICTION = 'dynamic_friction'
  DYNAMIC = 'dynamic'
  MASS = 'mass'
  INERTIA = 'inertia'
  SHAPE = 'shape'
  DENSITY = 'density'
  RADIUS = 'radius'
  RADIUS1 = 'radius1'
  RADIUS2 = 'radius2'
  BOX = 'box'
  PLANE = 'plane'
  CYLINDER = 'cylinder'
  SPHERE = 'sphere'
  CAPSULE = 'capsule'
  TAPERED_CAPSULE = 'tapered_capsule'
  TAPERED_CYLINDER = 'tapered_cylinder'
  HALF_EXTENTS = 'half_extents'
Properties [hide private]

Inherited from object: __class__