能不能用PYTHON的PANDA3D写一段代码

确实可以,这里是一段使用Panda3D写的简单代码:from direct.showbase.ShowBase import ShowBase class MyApp(ShowBase): def init(self): ShowBase.init(self) # Load the environment model. self.environ = self.loader.loadModel("models/environment")

Reparent the model to render.

self.environ.reparentTo

猜你喜欢

转载自blog.csdn.net/weixin_42611310/article/details/129527912
今日推荐