» Download v2.1.3
» Sample project: Yorient
» Download v2.1.2
» Sample project: Yorient
» Download v0.9.6
- (void) addAnnotation:(id)object withPointView:(UIView *)poiView;
- (SM3DARPoint *) addPointAtLocation:(CLLocation *)poiLocation title:(NSString *)poiTitle subtitle:(NSString *)poiSubtitle url:(NSURL *)poiURL properties:(NSDictionary *)poiProperties view:(UIView *)poiView - (SM3DARPoint *) addPointAtLatitude:(CLLocationDegrees)poiLatitude longitude:(CLLocationDegrees)poiLongitude altitude:(CLLocationDistance)poiAltitude title:(NSString *)poiTitle view:(UIView *)poiView
- (void)cycleCameraAltitude;
v0.9.5
* Removed _ in all SM3DAR class file names.
* SM3DARMapView will check for 3dar_pano_bg.png after 3dar_pano_bg_jpg when loading spherical panoramic background texture. Added SM3DARBasicPointAnnotation, added SM3DAR prefix to TexturedGeometryView and MarkerCalloutView.
* Improved gyro control smoothness a bit.