-
-
Notifications
You must be signed in to change notification settings - Fork 507
Closed
Labels
Description
Thoughts on the best approach? I was looking for the simplest approach requiring the least number of changes.
My initial thought is precompute the random bits, enough for say 5 minutes. Then lerp through those using a configurable float time source. Have the lerp just wrap around when it reaches the end of the data.
Any reason that wouldn't work you can think of?
Reactions are currently unavailable