Eric Chadwick

Results 29 issues of Eric Chadwick

**Describe the bug** Web viewer shows a strange lighting singularity. **To Reproduce** Steps to reproduce the behavior: 1. https://google.github.io/filament/viewer/ 2. Drag-and-drop the Duck sample model (https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/1.0/Duck) **Expected behavior** The lighting...

bug
windows
web

I'd like to propose an alternative material setup for Alpha Coverage. Max2Babylon currently uses the Transparency Weight in a Physical material to specify Alpha Coverage as a value or texture....

enhancement
help wanted
3dsmax

Compressing a model with variants seems to create a malformed output file? Starting with the GLB from here: [https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/SheenChair/README.md](https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/SheenChair/README.md) `gltf-pipeline -i SheenChair.glb -o SheenChair-draco.glb -d` Babylon.js sandbox fails to load...

Is there a way to query which KTX codecs were used to compress various textures in a glTF file? For example, was the baseColor.ktx compressed with ETC1S while the normalTexture.ktx...

feature
package:cli
package:functions

Could we add the glTF Sample Viewer to the list of renderers in the preview? http://gltf.ux3d.io/ It would be nice to have a setting for choosing the IBL too, if...

enhancement

![image](https://user-images.githubusercontent.com/40177036/105862799-31de2880-5fbe-11eb-9e63-675a4575607f.png) It would be great to add a color picker GUI here, so we could adjust glTF color values via a GUI. - Show color in sRGB (as it does...

enhancement

Could the GLB to GLTF converter preserve original bitmap file names? When I convert a GLB into GLTF, the embedded bitmaps are renamed as glb-filename_img#.ext. The original bitmap filenames are...

Could we add a glTF pathtraced renderer to the preview tabs? A pathtracer would provide an interactive way to compare rasterizers against a ground truth. For example: ![2023-07-20 09_32_17-Window](https://github.com/AnalyticalGraphicsInc/gltf-vscode/assets/40177036/7f2c384a-4c3d-4fe2-98e0-066ea6d8a91c) (from...

This question was asked recently: "How do I kill reflection in a PBR material?" You can't. If you increase Roughness in a dieletric, it will appear less reflective. However, zero...

I’m able to drag-and-drop this asset into glTF Sample Viewer (https://github.khronos.org/glTF-Sample-Viewer-Release/) and see the correct transforms: ![2024-04-06 09_43_01-glTF Sample Viewer](https://github.com/KhronosGroup/glTF-Sample-Viewer/assets/40177036/de3c8f8b-90e3-418d-83be-1a304d94f2cd) Animation is not rendered, since this uses [KHR_animation_pointer](https://github.com/KhronosGroup/glTF/pull/2147) and the...

planned