Re: GLASS FROM BLENDER

by Puybaret » Mon Aug 10, 2020 8:33 am

If you export to OBJ format, you could open its MTL file and add a [font=courier new]d[/font] line followed by a decimal number between 0 and 1 for the material which should be partly transparent. For example:

Code: Select all

d 0.5
See also MTL file specifications.