Skip to content
New issue

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

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

Already on GitHub? # to your account

extending the OBJ MTL format to enable specifying physically-based rendering #226

Open
PerspectivesLab opened this issue Jul 24, 2023 · 0 comments

Comments

@PerspectivesLab
Copy link

PerspectivesLab commented Jul 24, 2023

Hi there, while working with VcgLib i figured out normal maps arent supported for the OBJ import/export
the "norm" attribute isnt featured in the official OBJ format specs, but has been extended for physically-based rendering in various softwares
read more here from @bhouston

Pr/map_Pr     # roughness
Pm/map_Pm     # metallic
Ps/map_Ps     # sheen
Pc            # clearcoat thickness
Pcr           # clearcoat roughness
Ke/map_Ke     # emissive
aniso         # anisotropy
anisor        # anisotropy rotation
norm          # normal map (RGB components represent XYZ components of the surface normal)

is that an extension that VcgLib authors would consider ? having normal map read / write feature would be usefull,
thx

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant