WorldEdit-BE icon indicating copy to clipboard operation
WorldEdit-BE copied to clipboard

parametric functions

Open theonlytruemuck opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Problem

rigth now we only have equations to make shapes but if we as example want to make a three point bezier curve we would have to make an equasion with about 120 caracters if we had paramtric functions to make lines we could do the same with about 20 to 30 caracter and it would be way faster too

Proposed Solution

add a command that takes a point that takes pos1=(-1,-1,-1) and pos2=(1,1,1) and a value fron wich it would start the parametric and where it should stop and then the function

Alternatives

No response

Additional info

No response

theonlytruemuck avatar Nov 02 '24 22:11 theonlytruemuck