How to make model more "sharp"? #4794
bingo-soft
started this conversation in
General
Replies: 2 comments 4 replies
-
You are comparing to a non-physical rendering. The sharpness is due to rendering black lines on edges, which is not something glTF supports. Your colors are also probably not being exported correctly - maybe missing sRGB conversion or ignoring some other transform applied in your baseline renderer. Your materials also appear to be fully matte, which isn't very realistic - you'll get more realism by choosing appropriate roughness and metalness values. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default my model looks very pale or vague. Just like this:
For example, compare that to xeokit viewer:
How can I get a look similar to xeokit with more contrast and more sharpness? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions