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

Evaluate voxel model performance considering Flowers and Grass #64

Closed
IntegratedQuantum opened this issue Sep 17, 2023 · 0 comments
Closed
Labels
contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers optimization a performance problem that should be addressed or an optimization idea

Comments

@IntegratedQuantum
Copy link
Member

I would like to use voxel models for flowers and grass.
The current rendering system uses parallax raymarching for voxel models. This may not work very well for grass and flowers which are mostly air and have lots of detail.

Flowers/Grass would add a full layer of raymarched geometry on the ground.
Additionally the grass/flower models would have lots of details.
So overall parallax raymarching might be too expensive for this.

If this fails other approaches, like billboard textures, need to be considered.

@IntegratedQuantum IntegratedQuantum added contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers optimization a performance problem that should be addressed or an optimization idea labels Sep 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributor friendly this issue is limited in scope and/or knowledge of Cubyz internals, good for newcomers optimization a performance problem that should be addressed or an optimization idea
Projects
None yet
Development

No branches or pull requests

1 participant