export enum OrientationMode {
	/**
	 *
	 */
	DEFAULT,

	/**
	 *
	 */
	CAMERA_PLANE,

	/**
	 *
	 */
	CAMERA_POSITION
}