Linear Stairs Generator

An asset by SyntheticBorealis
The page banner background of a mountain and forest
Linear Stairs Generator hero image

Quick Information

0 ratings
Linear Stairs Generator icon image
SyntheticBorealis
Linear Stairs Generator

This add-on provides a node that generates linear stairs using CSG.

Supported Engine Version
4.0
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Linear Stairs Generator

Linear stairs generator is plugin for the Godot game engine, which provides a node that procedurally generates linear stairs.

Installation

  1. Download an archive from the releases section and extract its content into you project folder (Note: Make sure the addons folder from the archive is located at the root folder of your project). You can also clone or download the entire repository and copy the addons folder to your project's root folder.
  2. Enable the plugin in Project Settings/Plugins.

Usage

Add a CSGLinearStairs node to your scene and adjust the parameters in the inspector.

Available Parameters

  • stairs_amount (int) - The number of stairs (must be greater than or equal to 1).
  • stairs_width (float) - The width of the stairs (must be greater than 0.1).
  • stair_height (float) - The height of each stair (must be greater than 0.05).
  • stair_depth (float) - The depth of each stair (must be greater than 0.05).
  • material (Material) - A material to apply to the stairs.

License

MIT License.

This add-on provides a node that generates linear stairs using CSG.

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
Linear Stairs Generator icon image
SyntheticBorealis
Linear Stairs Generator

This add-on provides a node that generates linear stairs using CSG.

Supported Engine Version
4.0
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
1 year 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