Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Add 3D graphics prototype #195

Closed
TimJentzsch opened this issue Jan 6, 2023 · 1 comment
Closed

Add 3D graphics prototype #195

TimJentzsch opened this issue Jan 6, 2023 · 1 comment
Labels
prototype A focused prototype to test specific questions

Comments

@TimJentzsch
Copy link
Collaborator

Add a prototype for 3D graphics with a fixed camera angle.
It should be able to generate the hex tile map and encode the same information as the current 2D version.
It doesn't have to be pretty yet.

A good starting point for the hex tiles is probably this Bevy PR: bevyengine/bevy#6809
Hexagons can be created with a cylinder with a resolution of 6.
I think this code is only available on main yet, but we can probably vendor it for now.

@TimJentzsch TimJentzsch added prototype A focused prototype to test specific questions art labels Jan 6, 2023
@alice-i-cecile alice-i-cecile removed the art label Feb 2, 2023
@alice-i-cecile
Copy link
Contributor

Done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
prototype A focused prototype to test specific questions
Projects
None yet
Development

No branches or pull requests

2 participants