Skip to content

WrinkleManager and BoneDriver should not do any work when LOD0 is not displayed #49

@wilg

Description

@wilg

In my profiling, unless I have something configured incorrectly, I'm finding that WrinkleManager and BoneDriver do tons of work every frame to copy blend shapes around even when LOD0 (the only one with blend shapes) is not rendered because the LODGroup disables them. I think these components can just check with Renderer.isVisible or LODGroup to stop doing work until they are on screen. Potentially other off-screen or visibility checks could help too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions