Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ogt_vox: material property _media_type not handled yet #64

Open
mgerhardy opened this issue Mar 5, 2024 · 0 comments
Open

ogt_vox: material property _media_type not handled yet #64

mgerhardy opened this issue Mar 5, 2024 · 0 comments

Comments

@mgerhardy
Copy link
Collaborator

mgerhardy commented Mar 5, 2024

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 materials
enum 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
};

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)

@mgerhardy mgerhardy changed the title OGT_VOX: material property _media_type not handled yet ogt_vox: material property _media_type not handled yet Mar 7, 2024
mgerhardy added a commit to mgerhardy/opengametools that referenced this issue Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant