示例#1
0
文件: _core.py 项目: mecab/BVHToolkit
    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
示例#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
示例#3
0
文件: test.py 项目: mecab/BVHToolkit
 def __init__(self, path=None):
     BVHReader.__init__(self, path)
     self.frames = []
示例#4
0
 def __init__(self, path=None):
     BVHReader.__init__(self, path)
     self.frames = []