package com.supermap.interfaces.ar.rajawali;

public enum ViewMode {
    FIRST_PERSON, TOP_DOWN, THIRD_PERSON
}