Ejemplo n.º 1
0
    def __init__(self, path=None):
        """
        :param str path: Path to a BVH file.
        """

        BVHReader.__init__(self, path)
        self._bone = None
        self._animation = None
        self._frames = None
Ejemplo n.º 2
0
    def __init__(self, path=None):
        """
        :param str path: Path to a BVH file.
        """

        BVHReader.__init__(self, path)
        self._bone = None
        self._animation = None
        self._frames = None
Ejemplo n.º 3
0
 def __init__(self, path=None):
     BVHReader.__init__(self, path)
     self.frames = []
Ejemplo n.º 4
0
 def __init__(self, path=None):
     BVHReader.__init__(self, path)
     self.frames = []