Skip to content
New issue

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

Expression function preview #14

Open
Lutymane opened this issue Aug 16, 2023 · 0 comments
Open

Expression function preview #14

Lutymane opened this issue Aug 16, 2023 · 0 comments

Comments

@Lutymane
Copy link
Member

Example expression:
float t = time * (1.0 - (3.5 / float(n+1)));

Highlight the time * (1.0 - (3.5 / float(n+1))); part, right click - Visualize expression [Hot Key]

Menu appears with all variables within:
time, n, where you can choose its kind - const (fixed value, which you can define), var (dimension variable, f(x1, x2, ...) ) and type - float (continuous value), int (floored value, floor(float) )

Maximum is 2 variables, since it's already 3D graph.

Use raymarching for 3D

Use the same canvas for visualizing? Or separate one inside of the modal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant