ruyo / VRM4U

Runtime VRM loader for UnrealEngine5
Other
1.4k stars 181 forks source link

About high light #244

Open chiisary opened 1 year ago

chiisary commented 1 year ago

dear ruyo I would like to ask some questions, how to use vrm4u's material system to set this kind of highlight on the picture, I don't hope the direction of the shadow to have high light

Thx!

image 20230205141328

ruyo commented 1 year ago

Hi. This is an effect by Matcap(MaterialCapture). Depending on the normal direction, the brightness is specified by the texture. This is how MToon works. If you want to know more details, please refer to the MToon specification. Thanks.

chiisary commented 1 year ago

Hi. This is an effect by Matcap(MaterialCapture). Depending on the normal direction, the brightness is specified by the texture. This is how MToon works. If you want to know more details, please refer to the MToon specification. Thanks.

Can you talk about the specific operation method? I directly adjusted the parameters, and there was no change

chiisary commented 1 year ago

QQ截图20230208155959

ruyo commented 1 year ago

Referring to this texture. Please search MaterialCapture to see how it works.

image

chiisary commented 1 year ago

Referring to this texture. Please search MaterialCapture to see how it works.

image

thank you!