Hubs-Foundation / hubs-blender-exporter

The Hubs Blender Add-on enables artists to export their creations to the immersive web with Hubs
Mozilla Public License 2.0
165 stars 50 forks source link

Add Alpha Cutoff property on Image component #207

Closed korinVR closed 1 year ago

korinVR commented 1 year ago

Added the missing Alpha Cutoff property, which is necessary for the mask mode to function properly. Without this property, all pixels become opaque.

Related line on Hubs is here: https://github.com/mozilla/hubs/blob/7fb2d12fa2f6be1572c695de4c73792397b175c8/src/components/media-image.js#L147

Blender: image

On Spoke: image

matthewbcool commented 1 year ago

Thanks so much for this PR korinVR!