MarilynKeller/aitviewer-skel

Adjusting the alpha of the smpl mesh

Opened this issue · 0 comments

Hi, I am using your aitviewer to display SMPL sequence and osim file.
However, I want to modify aitviewer-skel/aitviewer/renderables/smpl.py to compare smpl models. However, when I modify the alpha of the mesh, the mesh breaks as follows. How can I get a clean result without breaking it?

Line 180: color=kwargs.get("color", (250 / 255, 170 / 255, 150 / 255, 0.1)),

01_poses.mp4