WTFeatures Constants Reference

Declared in WTWikitudeTypes.h

WTFeatures

WTFeatures define which features of the Wikitude SDK are used in an ARchitect World. Based on features, different device capabilities are required.

By specifying the required features when loading an ARchitect World, the best performance can be achieved.

Definition

typedef NS_OPTIONS(NSUInteger, WTFeatures ) {
   WTFeature_ImageTracking = 1 < < 0,
   WTFeature_InstantTracking = 1 < < 2,
   WTFeature_ObjectTracking = 1 < < 3,
   WTFeature_Geo = 1 < < 6,
   WTFeature_PhotoLibraryScreenshotImport = 1 < < 7,
};

Constants

WTFeature_ImageTracking

Specifies that image recognition and tracking is used in an ARchitect World This feature requires access to the camera.

Declared In WTWikitudeTypes.h.

WTFeature_InstantTracking

Specifies that instant tracking is used in an ARchitect World This feature requires access to the camera.

Declared In WTWikitudeTypes.h.

WTFeature_ObjectTracking

Specifies that object tracking is used when starting the Wikitude SDK This feature requires access to the camera.

Declared In WTWikitudeTypes.h.

WTFeature_Geo

Specifies that geo based augmented reality is used where objects are placed on certain locations by providing latitude/longitude values. This feature requires access to the camera and the user location.

Declared In WTWikitudeTypes.h.

WTFeature_PhotoLibraryScreenshotImport

Specifies that screenshots taken from the WTArchitectView are imported into the Photos.app Camera Roll album.

Declared In WTWikitudeTypes.h.

Declared In

WTWikitudeTypes.h