Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个游戏,我想实现日出和日落。我试图在“ursina 备忘单”中找到答案,但在那里找不到答案。更具体地说,我想移除你在制作 ursina 游戏时获得的光照。
谢谢
容易做到:
Dl = DirectionalLight() Dl.disable() # disables the Directional light