In particular python complains because the base class init expects a self (hidden first param). So I wrapped it in an init() method and it works, except:
adding:
Panda3DWorld.init(self, width=1024, height=768)
The preffered width / height has no effect.
In particular python complains because the base class init expects a self (hidden first param). So I wrapped it in an init() method and it works, except:
adding:
Panda3DWorld.init(self, width=1024, height=768)
The preffered width / height has no effect.