On Monday, 12 December 2022 at 10:52:00 UTC [email protected] wrote: > osg::ref_ptr<osg::Node> loadedModel = > osgDB::readNodeFile("F:/osgverse-master/assets/models/Sponza/Sponza.gltf"); >
The OpenSceneGraph doesn't have a gltf loader, you can't load what you don't have a loader for. The VulkanSceneGraph/vsgXchange has support for gltf thanks to using Assimp for loading. -- You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osg-users/903345dd-47c5-4a6d-84ea-72711dad9b4en%40googlegroups.com.
