https://github.com/synthetic-borealis/godot-csgstairs
A procedural linear stairs generator for the Godot game engine.
https://github.com/synthetic-borealis/godot-csgstairs
godot-addon godot-engine procedural-generation
Last synced: 2 months ago
JSON representation
A procedural linear stairs generator for the Godot game engine.
- Host: GitHub
- URL: https://github.com/synthetic-borealis/godot-csgstairs
- Owner: synthetic-borealis
- License: mit
- Created: 2021-11-10T14:42:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T18:03:15.000Z (over 2 years ago)
- Last Synced: 2025-03-28T14:21:39.108Z (3 months ago)
- Topics: godot-addon, godot-engine, procedural-generation
- Language: GDScript
- Homepage:
- Size: 29.3 KB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.