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

Render Skybox #141

Open
stackotter opened this issue Oct 9, 2022 · 0 comments
Open

Render Skybox #141

stackotter opened this issue Oct 9, 2022 · 0 comments
Labels

Comments

@stackotter
Copy link
Owner

Currently Delta Client's sky is literally just a hardcoded clear colour for the MTKView which means that there isn't really much of an idea of time of day. There is also no sun/moon/stars rendering. Implementing rendering of the vanilla sky box would really make the client's rendering a lot more convincing. This task requires knowledge of Metal, transformation matrices and reading the decompiled Minecraft Java source code (not too difficult, I can walk you through decompiling it with a tool). This is definitely a non-trivial task but my guess is that it could be completed in less than a week with not that much work each day (less if you are the sort of person to spend many hours at a time).

@stackotter stackotter added enhancement New feature or request feature rendering labels Oct 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant