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

normal maps in ObjTiles #47

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

normal maps in ObjTiles #47

PerspectivesLab opened this issue Jul 27, 2023 · 0 comments

Comments

@PerspectivesLab
Copy link

Hi there, while working with ObjTiles 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

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 ObjTiles author would consider ? having normal map read / write feature would be usefull,
more over do you know if the 3D tiles specifications ( gltf buffer ) will allow a diffuse + normal information ?
thx

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