Ejemplo n.º 1
0
 def GetEffect(self, filename):
     return ResourceManager.GetResource(self, filename)
Ejemplo n.º 2
0
 def __init__(self, **argd):
     ResourceManager.__init__(self, **argd)
     self.autoRemove(self.window.bind("Clear Effect", self.clear))
Ejemplo n.º 3
0
 def __init__(self, **argd):
     ResourceManager.__init__(self, **argd)
     self.autoRemove(self.window.bind("Clear Mesh", self.clear))
Ejemplo n.º 4
0
 def __init__(self, window, **argd):
     ResourceManager.__init__(self, window, **argd)
Ejemplo n.º 5
0
 def __init__(self, window, **argd):
     ResourceManager.__init__(self, window, **argd)
Ejemplo n.º 6
0
 def GetMesh(self, filename):
     return ResourceManager.GetResource(self, filename)