Hi all,
Is there anyway, or any sort of techniques to make a human model more realistic in urho 3d?
Hi all,
Is there anyway, or any sort of techniques to make a human model more realistic in urho 3d?
Normally “realistic” in 3d means an higher vertex count… better morphings… is that what you want?
Maybe you mean subsurface scattering material for skin?
What kind of realism? Graphics, animation, behavior (IK?) ?
Graphically, do you mean applying things like normal maps to kinda fake high vertex count?
Animation, do you mean smooth animation blending when you control the character?
Behavior, do you mean to sometimes break from the animation to adapt to certain situations?
The question is very ambiguous to give a proper answer.
For me that would mean moar bones per mesh. So I think you’d better be more precise with what you want…
If you’re talking about graphics, I think just the right shaders (SSS and probably some GI or PBR) and a detailed model will produce realistic results.