Rene
Rene
Does the remote workstation have a GPU?
Are you running from a docker container or directly on the workstation? Also, please try running `eglinfo` (which can be installed from `mesa-utils-extra` debian package) and share that output.
Would you please try with the latest Open3D, 0.15.1.
@Jianghanxiao For the obj/mtl files that don't load textures properly, are you seeing any error messages on the console? Also, if you can share an example model that doesn't load...
@Jianghanxiao Thanks for sharing. The mtl file in this model does not reference any textures so Open3D will not load any textures.
@mandugo Would you please share a link to OBJ model?
@nickponline Since GLTF models are typically complex models we have a different way of loading them. Try modifying the first 3 lines of code of your script to the following:...
@nickponline This GLTF file appears to have the texture embedded directly in the GLTF. We recently added support for GLTF embedded textures so you will need to use the latest...
@poweifeng I'm currently busy with other work but I will test this again with the latest Filament and report what I find within a week or so. In the meantime,...
@hexaflexa Thank you for this contribution! ~~Please apply the style as described in the PR checklist so the PR passes CI. Also, would you please check for other uses of...