ARTiledImageView:在iOS上使用平铺图像显示,平移和深度缩放

时间:2024-05-30 04:31:36
【文件属性】:

文件名称:ARTiledImageView:在iOS上使用平铺图像显示,平移和深度缩放

文件大小:5.53MB

文件格式:ZIP

更新时间:2024-05-30 04:31:36

Objective-C

ARTiledImageView 演示版 ,由华盛顿特区国家美术馆通过。 用法 ARWebTiledImageDataSource *ds = [[ARWebTiledImageDataSource alloc ] init ]; // height of the full zoomed in image ds.maxTiledHeight = 2933 ; // width of the full zommed in image ds.maxTiledWidth = 2383 ; // width of the full zommed in image ds.minTileLevel = 10 ; // maximum tile level ds.maxTileLevel = 15 ; // side of a square tile ds.tileSize = 512 ; //


网友评论