godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
91.05k stars 21.18k forks source link

Modifying procedural sky parameters freezes Godot for a few seconds #9138

Closed Zylann closed 7 years ago

Zylann commented 7 years ago

Latest Godot, Windows 10

I tried ProceduralSky, and it works great. The only problem is, when I change any parameter, the UI freezes for a few seconds, which slows down tweaking parameters, especially those that are "slided".

reduz commented 7 years ago

yeah.. generating it seems to take a while, leave this open so I remember to move generation to a thread.

On Mon, Jun 12, 2017 at 7:33 PM, Marc notifications@github.com wrote:

Latest Godot, Windows 10

I tried ProceduralSky, and it works great. The only problem is, when I change any parameter, the UI freezes for a few seconds, which slows down tweaking parameters, especially those that are "slided".

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/godotengine/godot/issues/9138, or mute the thread https://github.com/notifications/unsubscribe-auth/AF-Z265bPHzvdZ8IzCKiNRjAc3CT4D7Jks5sDbyhgaJpZM4N3xPB .

Zylann commented 7 years ago

Any idea why it's taking so long? WebGL demos seemed to work in real time, although Godot probably does more than that