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