VConfiguration
public struct VConfiguration
Data structure that represents a configuration for a Viewer Manager instance.
-
Use this for get iPhone default configuration.
Declaration
Swift
public static var iPhone: VConfiguration { get } -
Use this for get iPad default configuration.
Declaration
Swift
public static var iPad: VConfiguration { get }
-
The default field of view for normal view mode.
Declaration
Swift
public var normalModeFOV: CGFloat -
The field of view for fish eye view effect mode.
Declaration
Swift
public var fishEyeModeFOV: CGFloat -
The field of view for little planet view effect mode.
Declaration
Swift
public var littlePlanetModeFOV: CGFloat -
The value that represents sensibility of pan gesture.
Declaration
Swift
public var panSensibility: Float -
The value that represents sensibility of pinch (zoom) gesture.
Declaration
Swift
public var pinchSensibility: Float -
Motion update intervale
Declaration
Swift
public var motionUpdateIntervale: TimeInterval -
The value that represents the limit in degree of top and down point of sphere.
Declaration
Swift
public var cameraLimit: Angle
VConfiguration Structure Reference