Hi,
english is not my navite language, so please, excuse me for
grammatical errors and poor phrases.
I'm working on a opensource sw that make 3d humans, and export them in
various formats. The rendering is done by AQSIS or PIXIE (or other
renderman compliant).
These are some (old)
screenshot of next version we are developing (not out yet):
http://www.dedalo-3d.com/index.php?filename=SXCOL/makehuman/screenshots.php
I've tried some experiments with renderman engines modifying the famous
Pharr skin shader:
http://www.dedalo-3d.com/index.php?filename=SXCOL/docs/archive/05-05-15_ss_scattering_renderman.html
As you seen in the last image in the page above, when I use the shader,
it, of course, is applyed on all mesh, so the model has skin eyelashes,
skin eyes, skin teeth, skin nails, skin tongue etc...
A way to fix this is export the mesh as differents pieces, and assign a
different shader to each piece. But I think this is a brutal way, and
probably renderman language has a better method to assign different
shaders to same object.
The same problem is, in example, to use UVmaps. I like to use two
different resolutions, in istance 2000 x 2000 px for face texture and
2000 x 2000 px texture for the rest of body.
In this case I must split the original mesh in two parts too? Surely
there is a better way that I don't know...
Besides, splitting the mesh in two parts, and applying the subsurface, I
think will be some problems in joint zones...
Again, sorry for my poor english.
thanks,
Manuel