Skip to content

Instantly share code, notes, and snippets.

@xizhang
Created February 21, 2020 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xizhang/d6cba283b5481c1eb5a202d14a063820 to your computer and use it in GitHub Desktop.
Save xizhang/d6cba283b5481c1eb5a202d14a063820 to your computer and use it in GitHub Desktop.
// Zoom slider: linear zoom effect
fun updateZoomSlider(percentage: Float) {
// percentage [0.0f .. 1.0f]
cameraControl.setLinearZoom(percentage)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment