How to embed 3D model into Hype

Hello, my first post here, don't blame me if something is wrong, please :slight_smile: Greetings all, by the way.
Going through my first Hype project and it's time to build 3D models into it. From searching the subject I came up with a few ways to build a 3D model into my project.
First was the way suggested by kerguelen here, which works only with .obj files. Thanks to him for that, it works. The second way is to get 3d models into a browser and then in Hype is to use three.js to get a .html file which can be loaded in an HTML widget in Hype. Haven't tried yet myself.
You can also use SketchFab and paste a code within an HTML widget
Finally, you can use Vectary 3D viewer, import your 3D model or download it from any repository (GrabCAD, Thingiverse, TurboSquid, Artec3D, etc) or create it from scratch, generate a 3D web embed code.
If there are any other ways you could share, please feel free.

2 Likes

iOS and Mac Safari support usdz files, which you can add to Hype's Resources Library and should be able to reference via "${resourcesFileName}/myModel.usdz".

2 Likes