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
@Maurizzzio I am now experimenting to add a changing sunlight to the city scene, so it means when it is enabled, the changing sunlight would dynamically change the shadow of the tree and building and car.
so instead of using createSceneLights() in the Application.js, I have added this function to the World.js. and more than that,
so far, now it enables the random sunlight, what I am going to do is to simulate the changing sunlight as a sunlight in the day from sunrise to sun down, it is important to make sure the directional light 's position. I am trying to figure out, if you have any further ideas to simulate it
The text was updated successfully, but these errors were encountered:
@Maurizzzio I am now experimenting to add a changing sunlight to the city scene, so it means when it is enabled, the changing sunlight would dynamically change the shadow of the tree and building and car.
so instead of using createSceneLights() in the Application.js, I have added this function to the World.js. and more than that,
so far, now it enables the random sunlight, what I am going to do is to simulate the changing sunlight as a sunlight in the day from sunrise to sun down, it is important to make sure the directional light 's position. I am trying to figure out, if you have any further ideas to simulate it
The text was updated successfully, but these errors were encountered: