Hello,
I want to display a 3D object in my page with webFlow. How to do ? do you have examples ?
Thx
Welcome to the community @C_Jacquelin
There isn’t anything native to load 3D objects, but three.js is a popular option I’ve seen recommended for this type of thing in the past.
They have some documentation that you can take a peek at to get started, but you could also look at some existing Codepen examples (like the one below) and work backward from there:
Hi @C_Jacquelin
Try to use this https://spline.design/
You may be interested in Polygonjs, which has a tutorial to create 3D scenes for webflow.
I’ve used it to create this sabre 56 website.
Hello !
2 solutions :
-
Try to add .txt at the end of your gltf file.
Exemple : myobject.gltf.txt
Then update the path in your code. -
Add an iframe
Enjoy