bobbybob Posted February 6, 2019 Share Posted February 6, 2019 Is it possible to create some kind of attribute like "curveu" that takes branching into account when creating lines with L-System. I am trying to generate polywire on the lines generated by the L-System, so that the bottom trunk will be the thickest and the tip of the branches will be thin. Quote Link to comment Share on other sites More sharing options...
tamagochy Posted February 6, 2019 Share Posted February 6, 2019 Use foreach for branches and create gradient along curve and use it for width. Quote Link to comment Share on other sites More sharing options...
Sepu Posted February 6, 2019 Share Posted February 6, 2019 (edited) Dont need a foreach, just add a resample, dont need to resample anything just make sure to check the curveu attrb. Then in a wrangle. f@width = chramp("myRamp", @curveu); add a polywire and use the attrb @width. You can add a fuse as well if you wish to. Edited February 6, 2019 by Sepu 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.