Skip to content

Addon for creating procedural stairs in Godot Engine

License

Notifications You must be signed in to change notification settings

GreatOdds/Stairs3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stairs3D

Addon for creating procedural stairs in Godot Engine

I made this to test my stair climbing mechanic for my character controller. Not intended for use in actual games.

image

Usage

Add the Stairs3D node from the node menu.

Add points by using Ctrl + left click, delete with right click.

Shift + left click and drag on points to control the curvature.

generate_bottom

Controls whether the stair generates a base to the path or not.

height

The maximum distance the stairs will generate away from the path.

width, step_height

¯\_(ツ)_/¯

stringer_material, riser_material, thread_material

Materials for the side/base, front and top of steps. Using a triplanar material is recommended (especially for the stringer). Stringer material will be used if the other materials are not assigned.

make_simple_collision, collision_layer, collision_mask

Collision settings.

About

Addon for creating procedural stairs in Godot Engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages