We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
im creating a geometry node in blender 3d for create parametric surfaces and im using your famous library.
btw i would like to use any formula, by ex with a formula (with predefined params u and v) :
cos(v) * ( r0 + r1 * cos(v) )
can be usefull if i can get the var names r0 and r1. like that, i could bind them to some double var and recompile the expr.
is there a way to achieve that ?
for ex, here the current node : https://twitter.com/aiekick/status/1412574701587738626
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
im creating a geometry node in blender 3d for create parametric surfaces and im using your famous library.
btw i would like to use any formula, by ex with a formula (with predefined params u and v) :
can be usefull if i can get the var names r0 and r1.
like that, i could bind them to some double var and recompile the expr.
is there a way to achieve that ?
for ex, here the current node : https://twitter.com/aiekick/status/1412574701587738626
Thanks
The text was updated successfully, but these errors were encountered: