Mathieu Westphal
Mathieu Westphal
First json draft: ``` { "options": [ { "name": "render.line-width", "type": "double", "default_value": "1.0" }, { "name": "scene.up-direction", "type": "string", "default_value": "+Y" }, { "name": "model.scivis.colormap", "type": "double_vector", "default_value": "0.0,...
Iterating on json: ``` { "render.line-width": { "type": "double", "default_value": "1.0" }, "scene.up-direction": { "type": "direction", "default_value": "+Y" }, "model.scivis.colormap": { "type": "colormap", "default_value": "0.0, 0.0, 0.0, 0.0, 0.4, 0.9,...
Can you share bee.glb ?
Looks like there is an issue reading this model indeed. I'm not sure what is happening, do you see this behavior with all file saved from windows 3d viewer or...
It doesn't, it fails inside the document loader. No idea why for now. On Thu, 10 Aug 2023, 12:22 Michael MIGLIORE, ***@***.***> wrote: > Is it working if you open...
Sorry, it took me a while to check this one. Your file and others from windows 3D viewer are using a glTF extension that is not supported by VTK: ```...
> Thanks for finding it out. And yes, please add this log to the message window otherwise users would think it loads > successfully (because the file name is already...
related to https://github.com/f3d-app/f3d/issues/653
renamed this one and opened another one for the debug output: https://github.com/f3d-app/f3d/issues/966
> Thanks for finding it out. And yes, please add this log to the message window otherwise users would think it loads successfully (because the file name is already shown...