Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Catenary - Decorative Ropes, Chains, Wires

An asset by 0rangeYouGlad
The page banner background of a mountain and forest
Catenary - Decorative Ropes, Chains, Wires thumbnail image
Catenary - Decorative Ropes, Chains, Wires thumbnail image
Catenary - Decorative Ropes, Chains, Wires hero image

Quick Information

0 ratings
Catenary - Decorative Ropes, Chains, Wires icon image
0rangeYouGlad
Catenary - Decorative Ropes, Chains, Wires

Create decorative ropes, chains, wires, etc that can sway and update in real time using catenary curves.Based on the original by Donitzo, ported to Godot 4 by 0rangeYouGlad.

Supported Engine Version
4.6
Version String
2.0.2
License Version
MIT
Support Level
community
Modified Date
3 hours ago
Git URL
Issue URL

godot-catenary

A dynamic catenary node and shader for Godot engine 4 (for hanging chains, ropes etc.).

Ported to Godot 4 from Donitzo's original Godot 3 version.

In physics and geometry, a catenary is the curve that an idealized hanging chain or cable assumes under its own weight when supported only at its ends in a uniform gravitational field

Wiki

Example of the node in action:

README Preview

About

The idea came from this excellent tutorial by Alan Zucconi, in which he describes the math behind catenaries. I used these formulas plus some original ideas to implement a new catenary node type in Godot.

Notable improvements are:

  1. The model will be scaled evenly along the entire curve
  2. Support for swinging catenaries
  3. GPU-driven rendering and animations

How to use

This repository contains a demo Godot project which will demonstrate the usage of the catenary node.

# catenary.gd - The GDScript
# shaders/catenary.tres - The shader

The Catenary node acts as the starting point for the curve. The target path points towards another node which will act as the end point of the curve.

The catenary node can be used ingame or in the editor, as it is a tool.

There are a number of parameters to set before the node works:

# The mesh with the rope-like object spanning the x-axis
mesh

# The end point target
target_path

# Whether to track the target node ingame using process
track_target

# The real-world length of the catenary (limited by the distance between the start/end point)
length

# The scale multiplier of the yz-axes of the mesh
width

# The catenary swing angle in radians
swing_angle

# The catenary swing frequency
swing_frequency

The length parameter adjusts the actual length of the cable/rope. If the length is longer than the distance between the start and end point, the curve will sag.

README Hanging cables

Last words

I hope you find this tool useful. Please raise an issue if you discover a bug or just have general feedback.

Create decorative ropes, chains, wires, etc that can sway and update in real time using catenary curves.

Based on the original by Donitzo, ported to Godot 4 by 0rangeYouGlad.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Catenary - Decorative Ropes, Chains, Wires icon image
0rangeYouGlad
Catenary - Decorative Ropes, Chains, Wires

Create decorative ropes, chains, wires, etc that can sway and update in real time using catenary curves.Based on the original by Donitzo, ported to Godot 4 by 0rangeYouGlad.

Supported Engine Version
4.6
Version String
2.0.2
License Version
MIT
Support Level
community
Modified Date
3 hours ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers