-
Notifications
You must be signed in to change notification settings - Fork 198
Open
Description
Hey, been playing around with your shader, there are two major ways I've improved performances:
-
Stop setting every single parameter of the shader every single frame. I got double the framerate by fixing that.
-
Worley noise is basically a signed distance field. You can dramatically reduce artifacts and increase performances by changing the step size depending on density (negative and positive)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels