Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 526 Bytes

EscherStaircase

Watch the video

staircase.py

staircase.py creates a staircase model inspired by Escher's staircase which creates a continuious staircase optical illusion using Maya's Python API (maya.cmds).

Usage

To create a staircase, simply run the following script in Maya after importing the staircase.py script file:

create_illusion()

Requires two models (step_model and ball_model) present and visible in the scene for staircase generation.