处理模型导入问题。。。
This commit is contained in:
parent
ce43355167
commit
f27b4a0bbf
6
main.py
6
main.py
@ -489,9 +489,9 @@ class MyWorld(CoreWorld):
|
||||
"""异步导入模型"""
|
||||
return self.scene_manager.importModelAsync(filepath)
|
||||
|
||||
def loadAnimatedModel(self, model_path, anims=None):
|
||||
"""加载带动画的模型"""
|
||||
return self.scene_manager.loadAnimatedModel(model_path, anims)
|
||||
# def loadAnimatedModel(self, model_path, anims=None):
|
||||
# """加载带动画的模型"""
|
||||
# return self.scene_manager.loadAnimatedModel(model_path, anims)
|
||||
|
||||
# 材质和几何体处理方法 - 代理到scene_manager
|
||||
def processMaterials(self, model):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user