Right now it is confusing to configure camera tracking:
a smaller zoomScalingFactor results in a closer scale
a smaller defaultZoomFactor results in the scene to get zoomed in
Actually, it should be like this:
setZoomScalingFactor(2f) should zoom out twice as "hard" as the default zoom configued. Also, setDefaultZoom(2f) should zoom in, while setDefaultZoom(0.5f) should zoom out.
Right now it is confusing to configure camera tracking:
zoomScalingFactor
results in a closer scaledefaultZoomFactor
results in the scene to get zoomed inActually, it should be like this:
setZoomScalingFactor(2f)
should zoom out twice as "hard" as the default zoom configued. Also,setDefaultZoom(2f)
should zoom in, whilesetDefaultZoom(0.5f)
should zoom out.