Android Library Documentation

Paint walls and surfaces with custom paint colors using augmented reality rendering.

Overview

Remodel-AR provides a framework for allowing users to paint walls with customized colors. The method used maintains the texture and lighting already present on the surfaces. All the logic for painting the walls is handled by PaintARActivity.

Topics

public byte[] provideCenterDot()

return an image as byte array to set custom center dot image.

public byte[] provideTLCorner()

return an image as byte array to set custom top left corner image.

public byte[] provideBRCorner()

return an image as byte array to set custom bottom right corner image.

public byte[] provideTRCorner()

return an image as byte array to set custom top right corner image.

public byte[] provideBLCorner()

return an image as byte array to set custom bottom left corner image.

public String provideActiveColor()

override and return color as string in #RRGGBB format to customise the active border color.

public String provideInActiveColor()

override and return color as string in #RRGGBB format to customise the inactive/default border color.

enum InteractionState

DISABLED

ENABLED

If at any point you need help from the Passio team, please reach out to us at support@passiolife.com

Last updated