Coder Social home page Coder Social logo

ct-l-system's Introduction

Lindenmayer System for 3ds Max

MAXScript for creating Lindenmayer system effects.

#Download

L-System screenshot ###Video

##Usage Download the .ms file from the link above. Open 3ds Max and click MAXScript -> Run Script. Navigate to the folder where you saved the .ms file, select it and press Open

Pressing Generate or having the Auto Generate option enabled in the script will generate new splines and delete the old ones. It will delete all objects named LSystem or LSystemBranch. If you want to save your feather make sure to rename the objects to something else before pressing Generate again.

##Settings

  • Auto Generate
    • While checked, the script will update the spline each time you change one of the other settings
  • Segment Size
    • The length of each segment created with the Straight Line action.
  • Angle Increment
    • The angle of each Bend action.
  • Twist Increment
    • The angle of each Twist action.
  • Generations
    • The number of times to recursively apply the rules instancing.
  • Random Seed
    • Each random seed gives you a new variation when using the Probability setting in the Instance Rule action.

##Actions

  • Straight Line
    • Create a line with the length of the Segment Size setting.
  • Start Branch
    • Saves the current settings and splits the object into a new spline.
  • End Branch
    • Ends the current branch and revers to the settings from the last instance of Start Branch.
  • Bend
    • Changes the angle of the following Straight Line actions.
  • Twist
    • Twists the spline, affecting the following Bend actions.
  • Instance Rule
    • Inserts the content of another rule, allowing for complex recursive behaviours.
  • Alter Settings
    • Changes the settings for the following actions.

ct-l-system's People

Contributors

vidarn avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.