Skip to content

Suggestion: Render the first-person model with "FIRST_PERSON_WORLD" render type when using Figura #661

Description

@ramen-cat-coder

Figura provides a "FIRST_PERSON_WORLD" render type and it seems ideal for this use case. Right now, this mod uses "OTHER", but using "OTHER" requires that the script disable rendering of the head for "OTHER" specifically, which could really easily conflict with other mods and shaders.

This would allow a simple line:

models.model.root.Head:setVisible(context ~= "FIRST_PERSON_WORLD" and context ~= "FIRST_PERSON")

in events.render to quickly resolve the head rendering in first person problem in a nice, opt-in way. I'm not sure if Figura is what added these render types though, which is why this may be difficult to add.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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