The 3d model i created is not visible in website i am a beginner and cant resolve this issue just with the help og chat gpt even the babylon.js validated my model but provides 10 warnings someone one plzz help

rahulsid.glb (4.1 MB)

I dragged your model onto here: https://gltf-viewer.donmccurdy.com/ and it displays. So i think the model file is correct.

The problem probably lies on how you are trying to display it in your website.

1 Like

https://threejs.org/examples/?q=gltf#webgl_loader_gltf

As a beginner, you can take a look at the example BeginnerExample step 3 from the collection.

A small example from the collection : LoadGLTFmove

For beginners I’d definitely advise against using AI tools. Otherwise you’ll be missing the chance to acquire the ability, to evaluate the quality of AI support at a later stage.

Working through the wealth of running Three.js examples as suggested by @hofk would imo be a better approach.

1 Like