Expo three Object 'materials' not loading.

SDK Version: 43
Platforms: Android - IOS


    const materials = await loadMtlAsync({ asset: require('./foood.mtl'), onAssetRequested: null, });

    const mesh = await loadObjAsync({ asset: require('./foood.obj'), materials });

    scene.add(mesh);

Nothing appears on the screen.

What can i do to fix the problem?

Thank you for your help

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.