Example #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
Example #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
Example #3
0
 def __init__(self, path=None):
     BVHReader.__init__(self, path)
     self.frames = []
Example #4
0
 def __init__(self, path=None):
     BVHReader.__init__(self, path)
     self.frames = []