You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all really nice library, much faster and easier to use than the other globe libraries 👍
Describe the bug
The environment parameters are being reset after sometime when using Procedural.displayLocation
To Reproduce
Steps to reproduce the behaviour:
// Environmentconstenvironment={title: 'custom',parameters: {inclination: 0.6,fogDropoff: 0}}Procedural.setEnvironment(environment)constlocation1={latitude: 52.3676,longitude: 4.9041}constlocation2={latitude: 45.8326364,longitude: 6.8564201}Procedural.displayLocation(location2);setTimeout(()=>{Procedural.displayLocation(location1);// Fog comes back in play here},5000)
Expected behaviour
Expected is that the environment parameters would stay the same.
The text was updated successfully, but these errors were encountered:
First of all really nice library, much faster and easier to use than the other globe libraries 👍
Describe the bug
The environment parameters are being reset after sometime when using
Procedural.displayLocation
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
Expected is that the environment parameters would stay the same.
The text was updated successfully, but these errors were encountered: