Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.
/ GodotSpringArm Public archive

A configurable spring arm node for Godot Engine

Notifications You must be signed in to change notification settings

QbieShay/GodotSpringArm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23d7b10 · Mar 2, 2020

History

13 Commits
Feb 11, 2018
Feb 11, 2018
Feb 11, 2018
Mar 2, 2020
Feb 11, 2018
Feb 25, 2018
Feb 11, 2018
Feb 11, 2018
Feb 11, 2018
Feb 25, 2018
Feb 25, 2018

Repository files navigation

THIS REPOSITORY IS DEPRECATED!

Godot has a SpringArm Node built-in, so please use that <3

GodotSpringArm

A configurable spring arm node for Godot Engine

How to use it

As soon as the spring is given a target, it will start following the target and looking at the target. Currently, the spring node position itself on the back of the target, at given height and length For the spring to work, it is needed to give it a collision shape.

  • Spring Max Length : How far the spring node will stay on the target's back vector
  • Spring Max Height : How high the spring node will stay on the target's up vector
  • Smoothness : How smooth the movement of the spring node should be
  • Look At Target : Should the spring node look at the target
  • Interpolate Physic Frame : Should the spring node interpolate between physics frames