VisioMove Essential (iOS)  1.27.3

◆ CAMERA_FOCAL_POINT

- (NSString* const) CAMERA_FOCAL_POINT

The camera current focal point.

This constant should be used when a pitch/heading animation should keep focusing on the current focal point.

Example
VMECameraUpdate* lUpdate = [VMECameraUpdate cameraUpdateWithBuilderBlock:^(VMECameraUpdateBuilder *builder) {
builder.targets = [NSArray arrayWithObject:CAMERA_FOCAL_POINT]; ;
}];
Version
1.18
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy