Contents

RoomBuilder

An object that generates a 3D asset from room-capture data.

Declaration

class RoomBuilder

Overview

This class processes data from an earlier scan to generate a detailed CapturedRoom object.

Your app receives raw captured room data (CapturedRoomData) through:

Your app generates a detailed captured room object by calling capturedRoom(from:) on the raw data. Your app can then inspect or modify this data before exporting the scanned room to a USDZ file.

Topics

Creating a room builder

Processing a prior scan

Handling errors

See Also

3D Asset Output