Remodel-AR
  • Overview
  • ios guides
    • iOS Quick Start
    • iOS Walkthrough
      • SwiftUI Walkthrough
        • Section 1 - Setting up Remodel-AR in SwiftUI
        • Section 2 - Add a color picker
        • Section 3 - Add Export Features
        • Section 4 - Add Textured Paints
      • UIKit Walkthrough
        • Setting up Remodel-AR in UIKit
        • Adding a Color Picker
        • Getting to know Lidar scanning
        • Getting to know Legacy
        • Getting to know Floorplan
        • Getting to know Shader Paint
        • Section 2 - Add a color picker
        • Section 3 - Add Export Features
        • Section 4 - Add Textured Paints
    • iOS Library Documentation
      • Classes
        • ARController
        • ARStateModel
        • RemodelARLib
        • PassioConfiguration
      • Structures
      • Enumerations
      • Protocols
  • android guides
    • Android Quick Start
    • Android Walkthrough
      • Setting up Remodel-AR in Android
      • Paint Approaches
      • Getting to know Legacy
      • Getting to know Floor Plan
      • Getting to know Shader Approach
    • Android Library Documentation
      • Classes
        • PaintARActivity
        • OnCornerPlaced
        • GetWallPatchInfos
        • GetSavedImage
        • GetRawCameraImage
        • PassioSDKStatus
        • WallPatchInfo
    • ❔FAQs
Powered by GitBook
On this page
  • Usage
  • Quick Links

Overview

NextiOS Quick Start

Last updated 3 years ago

Remodel-AR is a library that enables you to quickly and easily convert any ARSCNView into a virtual home remodeling visualization tool. This package currently contains all of the following features.

  • AR assisted virtual room painting

    • Lidar approach (includes object occlusion, multiple wall painting)

    • Legacy approach (placing one wall at a time)

    • Floorplan approach (drawing the room layout, then painting it)

    • Shader Paint approach (painting using color thresholding for occlusions, works on any device)

  • Abnormalities mode allows you to place recognized defects on walls

  • Surface area and room floor area measurements

Usage

Quick Links

iOS

Android

To use Remodel-AR, you will need to add the XCFramework to your project and import Remodel-AR, then add an ARSCNView to your UIViewController and initialize an instance.

ARController
iOS Quick Start
iOS Walkthrough
iOS Library Documentation
Android Quick Start
Android Walkthrough
Android Library Documentation