pytorch3d
pytorch3d copied to clipboard
Multi-layer texture
Is it possible to overlay a texture on top of another? for example, adding makeup to face texture?
Only a single texture is supported at this time.
One could however work around this by composing together the makeup + face texture and apply the resulting texture using PyTorch3D.