Hi wanted to know if is possible to give shares to a submesh and if anyone can help me how to do it from blender greetings .. BABYLON.SceneLoader.ImportMesh("", "objetos/", "pelota.babylon", scene, function (newMeshes) { var pelota = newMeshes[0]; var submeshpelota = pelota.subMeshes[0]; submeshpelota.actionManager = new BABYLON.ActionManager(scene); submeshpelotaactionManager.registerAction(new BABYLON.ExecuteCodeAction(BABYLON.ActionManager.OnPickTrigger, function(){ alert("hola mundo "); })).then(new BABYLON.ExecuteCodeAction(BABYLON.ActionManager.OnPickTrigger, function(){ alert("chao mundo "); }));