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

Make terrain a big block instead of plane #73

Open
Scony opened this issue Aug 9, 2023 · 6 comments
Open

Make terrain a big block instead of plane #73

Scony opened this issue Aug 9, 2023 · 6 comments
Labels
enhancement New feature or improvement to be implemented
Milestone

Comments

@Scony
Copy link
Contributor

Scony commented Aug 9, 2023

No description provided.

@Scony Scony added this to Roadmap Jul 31, 2023
@Scony Scony converted this from a draft issue Aug 9, 2023
@Scony Scony added the enhancement New feature or improvement to be implemented label Aug 9, 2023
@Scony
Copy link
Contributor Author

Scony commented Aug 20, 2023

PoC:
2023-08-20-223718_4480x1440_scrot
2023-08-20-223710_4480x1440_scrot

@Scony Scony removed the status in Roadmap Aug 20, 2023
@Scony Scony added this to the 1.0 milestone Nov 7, 2023
@Scony Scony moved this to Todo in Roadmap Dec 17, 2023
@Scony
Copy link
Contributor Author

Scony commented Dec 21, 2023

An alternative would be to add soft edges

@smix8
Copy link
Contributor

smix8 commented Oct 26, 2024

I suggest doing it like in many other 3D RTS games by extending the terrain mesh beyond the border of the map so that the actual cutoff of the terrain is hidden behind either the fog of war or the possible camera constrains.

E.g. here is how it looks for an Age of Empires 4 map. The yellow border constraining the playable area while everything that extends outside is just set dressing.
aoe4

@Scony
Copy link
Contributor Author

Scony commented Nov 2, 2024

I suggest doing it like in many other 3D RTS games by extending the terrain mesh beyond the border of the map so that the actual cutoff of the terrain is hidden behind either the fog of war or the possible camera constrains.

E.g. here is how it looks for an Age of Empires 4 map. The yellow border constraining the playable area while everything that extends outside is just set dressing. aoe4

That sounds like a good idea but the question remains - what about edges? how to present them? I'll try to experiment with that anyway but if you have any suggestion or you're able to check how it's done in AoE4 I'd appreciate any information.

@smix8
Copy link
Contributor

smix8 commented Nov 2, 2024

In AOE4 the visible edges are those yellow symbol lines while some distance fades with the fog of war until full black.

aoe4_map_borders

In Age of Mythology the map borders are hard edges that fake some depth terrain into the ground.

aom_map_border

@Scony
Copy link
Contributor Author

Scony commented Nov 3, 2024

In AOE4 the visible edges are those yellow symbol lines while some distance fades with the fog of war until full black.

aoe4_map_borders

In Age of Mythology the map borders are hard edges that fake some depth terrain into the ground.

aom_map_border

Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to be implemented
Projects
Status: Todo
Development

No branches or pull requests

2 participants