branchrust_reboot/main/viewmodel_arm_maskcancel
6 Commits over 31 Days - 0.01cph!
Revert arctic hazmat to old version without skin tests
Disable hand mesh rendering on arctic, diving suit, lumberjack, nomad, spacesuit, twitch and vanilla hazmat suits
Example arctic hazmat setup (will need to be fixed before merging to main)
Better way to recognize the underlying skin renderer
Update skin parameters when clothing changes so that skin colour is applied to any skin renderers that are part of the clothing viewmodel addition
Revert shader shanges (they're in the history if we ever revisit the idea)
Added the ability for a viewmodel to disable the arms skin mesh entirely, useful for clothing like hazmats where we never want to see the skin
Added a clip mask feature to the skin shader, allows us to mask out a particular area of the hands
Exposed a clip mask texture field on the ViewmodelClothing component so we can declare a mask per clothing item (eg. show the skin up to where a set of gloves begins, mask it out underneath the gloves though)
Only current issue is that the clip mask doesn't work with the viewmodel camera, will need some shader help for that