Displaying a Model Asset

Learn how to add non-AR asset to your project using our Swift SDK.

Now that you have successfully integrated the echo3D SDK into Xcode, it's time to display a model in your project!

Scene Kit is a rendering engine that allows you to develop native iOS and visioOS apps in Xcode.

Adding 3D content

Add a model asset through the platform. Here's how:

Add Assets

Setting Up an Application

Construct an object of type Echo3D and use it to access Assets stored under your echo3D account's API Key.

Render your assets however you want.

Example Setup:

Last updated