You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there are some new or unhandled material properties for blend, glass and cloud materials
material prop
possible values
_media_type
_scatter, _emit, _sss (default is absorb - if _media_type is not available)
value
desc
_sss
Subsurface Scattering Media
_scatter
Scatter Media
_emit
Emissive Media
// media type for blend, glass and cloud materialsenum ogt_media_type {
ogt_media_type_absorb, // Absorb media
ogt_media_type_scatter, // Scatter media
ogt_media_type_emit, // Emissive media
ogt_media_type_sss, // Subsurface scattering media
};
It looks like there are some new or unhandled material properties for blend, glass and cloud materials
_media_type
_scatter
,_emit
,_sss
(default is absorb - if_media_type
is not available)_sss
_scatter
_emit
Example files:
(I still wonder whether it makes sense to give low level access to the dict data in the scene to support future values)
The text was updated successfully, but these errors were encountered: