Skip to content

STANNcam v1.0.0

Compare
Choose a tag to compare
@jack27121 jack27121 released this 17 Jan 16:03
· 163 commits to master since this release
  • changed all method names to start with stanncam for easy consistency

  • changed following code to more dynamically follow an object depending on speed, and now speed threshold. The threshold is the minimum distance from the camera to the followed object for the speed to take full effect, this lets the camera smoothly follow an object, or let it lag behind

  • added stanncam_speed method, to change spd and spd_threshold variables

  • fixed a bug that ruined zooming when switching to and from fullscreen mode

  • changed stanncam_out_of_bounds (formerly cam_out_bounds) to take the zoom level into account

  • changed example project to show the new changes