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

LOD search value slider seems to cause issues #54

Closed
qlee01 opened this issue Mar 13, 2023 · 1 comment
Closed

LOD search value slider seems to cause issues #54

qlee01 opened this issue Mar 13, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@qlee01
Copy link

qlee01 commented Mar 13, 2023

Following observations while using the LOD search value slider:

  • At 0 the simulation is not active, Hair is rendered in weird way (seems to have become even weirder with later updates)
  • if changing the value it seems to break certain strands from being rendered. Correct behavior can sometime be restored by setting the value to 0 and then back again to higher value. This also happens while being used via API.
  • tbh the whole concept of the slider is not 100% clear. The LOD search value seems to be a LOD for the simulation quality. It seems to work in discrete steps, not continuous.
@fuglsang fuglsang added the bug Something isn't working label Mar 15, 2023
@fuglsang
Copy link
Collaborator

Thanks for reporting this. The weird behaviour you mention was a regression due to recent updates -- I'm about to push a fix for this regression.

To answer your question about the concept of the slider: The slider is basically the "manual" mode for selecting a particular level of detail. The value of the slider can be interpreted as 0 being "none of the strands", and 1 being "all of the strands". Based on the levels of detail present in (and generated via the "LOD Clusters" option in) the referenced assets, the system will pick (and optionally blend between) those levels of detail that best represent the value of the slider. Blending is toggled via the "LOD Blending" option. Automatic LOD selection will come later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants