You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've rendered a model into my web app, but am having trouble trying to enable a frontend feature that allows customization of individual parts(eyes, hair, shirt.. etc).
I have all my model's hairs in a single texture file and it's currently rendering the hair in the top left corner.
I think I somehow need to get it to point to the other hairs in the same texture file?
End goal is to toggle between different hair selections on my web app for my model, would this be possible?
The text was updated successfully, but these errors were encountered:
This can be done by generating texture variations on the fly. For example, you first prepare a texture of alternate eyes, then at the point of switching eyes, you combine the original texture with the eyes texture into a new texture and apply it to the model.
This plugin isn't designed with such scenario in mind, so some workarounds might be needed.
I've rendered a model into my web app, but am having trouble trying to enable a frontend feature that allows customization of individual parts(eyes, hair, shirt.. etc).
I have all my model's hairs in a single texture file and it's currently rendering the hair in the top left corner.
I think I somehow need to get it to point to the other hairs in the same texture file?
End goal is to toggle between different hair selections on my web app for my model, would this be possible?
The text was updated successfully, but these errors were encountered: