使用游戏引擎在 Blender 中的不同对象之间切换
我正在使用游戏引擎(搅拌机).. 有几个对象,我需要在外部输入(电位计)上在它们之间切换。需要可以帮助我在对象(立方体、球体等)之间切换的函数(python)。
i m working with game Engine(blender)..
there are several objects and i need to shift between them on external input (potentiometer).. need functions(python) that can help me shift between objects(cube, sphere, etc)..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Blender Python API 文档(特别是应用程序模块 - > 数据访问(bpy.data)部分)。
see the Blender Python API docs (specifically the Application Modules -> Data Access(bpy.data) section).