pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Multi-layer texture

Open ParnianA opened this issue 3 years ago • 1 comments

Is it possible to overlay a texture on top of another? for example, adding makeup to face texture?

ParnianA avatar Apr 15 '22 00:04 ParnianA

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.

patricklabatut avatar May 06 '22 13:05 patricklabatut