Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terrain Lighting Glitch #489

Open
stoplime opened this issue Oct 13, 2020 · 2 comments
Open

Terrain Lighting Glitch #489

stoplime opened this issue Oct 13, 2020 · 2 comments

Comments

@stoplime
Copy link

Low priority
Lighting Bug:
The terrain can get very dark by rotating the camera to view the horizon, parallel to the ground.
To repeat, change the camera to free mode. Rotate and move the camera near the ground and point the camera to the horizon. The terrain on the ground will dim based on the camera's angle.

@stoplime
Copy link
Author

A potential solution could be baked lighting onto the terrain similar to how baked lighting works in Unity. Simply put, the lighting effects gets added to the texture of the terrain and so the engine does not need to dynamically calculate the lighting but still has decent results assuming there are no dynamic light sources or dynamic shadows.

@mday299
Copy link

mday299 commented Nov 4, 2020

Again, this is a major undertaking. SCRIMMAGE ideally, would not be used for rendering anything and we would use something like OpenSceneGraph, Unity, or Unreal for rendering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants