Skip to content

Next Engine Release: Bind move(rotate,tilt,reset) #4

Description

@badosu

Next engine release on spring extracts once hardcoded modifiers:

  • moverotate: Free rotation with alt+mmb drag on spring camera
  • movetilt: Rotation on x axis with ctrl+mousewheel on overhead and spring camera
  • movereset: Instant zoomin zoomout on certain camera states with alt pressed

Engine defaults already bind these, and I notice TAPrime uses default engine binds or users binds.

If you wish to force these modifiers to be defined you can:

	{    "Any+ctrl",     "movetilt"     }, // rotates the camera over the x axis on mousewheel move
	{    "Any+alt",      "movereset"    }, // resets camera state to maxzoom/minzoom on mousewheel move, additionally resets tilt on Overhead cam
	{    "Any+alt",      "moverotate"   }, // rotates the camera in x and y axis on mmb move (Spring cam)

If these modifiers aren't bound they won't be applied.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions