These pages are auto-generated from self-documenting comments embedded in class files.
For more information on breve and steve, refer to the breve homepage.

Shape : MeshShape

Class description:

An experimental class to load arbitrary 3d mesh shapes.

Full collision detection is not currently supported for MeshShapes. MeshShapes are currently collision detected using spheres, with the radius defined by the maximum reach of the mesh.

Methods:

  • loadFrom3ds
    loadFrom3ds( self, filename, nodename )

    Attempts to load a mesh from a 3D Studio scene file named filename. The optional argument nodename specifies which mesh in the scene should be loaded. If nodename is not provided, the first mesh found in the scene is loaded.