Skip to content

Loading gltf failure #3

Description

@pcarret

Hi Erich,

Thanks for your tremendous work
I have an error message when loading a "simple" gltf file with two files :
babylon.js:16 BJS - [08:42:31]: Unable to load assets from https://raw.githubusercontent.com/pcarret/assets/master/alk/twoParts-opaque.gltf: Error in onSuccess callback (Cannot merge vertex data that do not have the same set of attributes)

function loadModel()
{
	modelNameAndExtension = "twoParts-opaque.gltf";
	BABYLON.SceneLoader.LoadAssetContainer("https://raw.githubusercontent.com/pcarret/assets/master/alk/", 
        modelNameAndExtension, pathTracingScene, function (container)
..
}

This gltf is correctly loaded in Babylon
Any help iwould be welcome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions