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

Tree impostors #89

Open
Uriopass opened this issue Jul 24, 2023 · 5 comments
Open

Tree impostors #89

Uriopass opened this issue Jul 24, 2023 · 5 comments
Labels
graphics Improvement related to the graphical look of the game

Comments

@Uriopass
Copy link
Owner

Tree impostors would allow a huge amount of trees with much nicer geometry, see https://www.youtube.com/watch?v=6rsXe6kKTC4

@thelazyone
Copy link

How would you plan to proceed?
May be worth implementing a HLOD first?

@Uriopass
Copy link
Owner Author

Uriopass commented Aug 4, 2023

Tree impostors are quite different from any usual lod system I think since they need pre-rendered images depending on the orientation which would only be used for trees I suppose
Although determining at which distance to replace them and swapping the models and such is the thing hlod are good at

@thelazyone
Copy link

A solution would be to limit the view in a "total war" way, which would both reduce the amount of vertices (no horizontal view) and would even justify using an Impostor solution for any distance (since the minimum distance would still not be point-blank).

@Uriopass
Copy link
Owner Author

Uriopass commented Aug 4, 2023

I really really like being able to move the camera. Fixing a camera angle would pretty much make the game 2D

@thelazyone
Copy link

That is a fair point. In that case switching between the rendering styles would be important.

@Uriopass Uriopass added the graphics Improvement related to the graphical look of the game label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphics Improvement related to the graphical look of the game
Projects
Status: To do
Development

No branches or pull requests

2 participants