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

GLTFLoader does not support fully PBR #1507

Closed
tgranie opened this issue May 26, 2024 · 4 comments
Closed

GLTFLoader does not support fully PBR #1507

tgranie opened this issue May 26, 2024 · 4 comments

Comments

@tgranie
Copy link

tgranie commented May 26, 2024

Describe the bug

Expected behavior

The glb should be rendered

Screenshots

xeokit with pbr enabled

image

3dviewer

image

@xeolabs
Copy link
Member

xeolabs commented May 26, 2024

Note that the microfacet BRDF needs a reflection map to show the roughness aspect. The roughness channel works by perturbing the reflection from the reflection map - see this example:

https://github.com/xeokit/xeokit-sdk/blob/master/examples/navigation/TreeViewPlugin_Containment_3DXML.html#L306

@xeolabs
Copy link
Member

xeolabs commented May 26, 2024

However, what we are missing in glTF/GLB support so far is the bump mapping.

@tgranie
Copy link
Author

tgranie commented May 28, 2024

@xeolabs Thanks for you answer : is there any plan to support this ?

@xeolabs
Copy link
Member

xeolabs commented Aug 9, 2024

We don't have it on the roadmap at present, but please contact management at Creoox if it's vital for your enterprise and we can discuss. We only handle basic materials at this stage, as required for AECO apps. Thanks

@xeolabs xeolabs closed this as completed Aug 9, 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

2 participants