OGRECave / ogre

scene-oriented, flexible 3D engine (C++, Python, C#, Java)
https://ogrecave.github.io/ogre/
MIT License
3.93k stars 970 forks source link

glTF multiple materials support #3125

Closed ikcppdeveloper closed 4 months ago

ikcppdeveloper commented 4 months ago

Hi all, it seems that currently multiples materials are not supported for glTF format below you can find different viewers usage for same glTF source file:

image

image

image

and the sample source file in mesh-viewer:

image

the test source file:

training.zip

ikcppdeveloper commented 4 months ago

No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy

The mesh-viewer log:

log.txt

paroj commented 4 months ago

this is a limitation of the assimp loader in ogre. transferring the issue there