Hi meshplot,
Have really benefited a lot from this library so thank you.
I'd like to visualise a mesh that is partially transparent. Is this option available already?
Happy to contribute something but I'm not sure where to start - at a complete guess I figure
|
material = p3s.MeshStandardMaterial(map=tex, reflectivity=sh["reflectivity"], side=sh["side"], |
which (I think) instantiates the mesh from pythreejs. Looks like the pythreejs
MeshStandardMaterial does have an option
alphaMap to handle transparency.
Thanks!
Lewis
Hi meshplot,
Have really benefited a lot from this library so thank you.
I'd like to visualise a mesh that is partially transparent. Is this option available already?
Happy to contribute something but I'm not sure where to start - at a complete guess I figure
meshplot/meshplot/Viewer.py
Line 230 in d780cc5
MeshStandardMaterialdoes have an optionalphaMapto handle transparency.Thanks!
Lewis