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

Cleanup cloth simulation GUI #19683

Merged
merged 2 commits into from
Jun 17, 2020
Merged

Cleanup cloth simulation GUI #19683

merged 2 commits into from
Jun 17, 2020

Conversation

gero3
Copy link
Contributor

@gero3 gero3 commented Jun 17, 2020

The GUI in Simulation / Cloth example can look better.

To Reproduce:

Open Simulation / Cloth example
image

Issue

The GUI in the example is code-based added.

Solution

Use a cleaner GUI.
image

@gero3 gero3 changed the title Cleanup cloth simulation Cleanup cloth simulation GUI Jun 17, 2020
@mrdoob
Copy link
Owner

mrdoob commented Jun 17, 2020

gui.add( params, 'enableWind' ).name( 'Enable wind' );
gui.add( params, 'showBall' ).name( 'Show ball' );
gui.add( params, 'tooglePins' ).name( 'Toggle pins' );

@mrdoob mrdoob added this to the r118 milestone Jun 17, 2020
@mrdoob mrdoob merged commit 2fabe35 into mrdoob:dev Jun 17, 2020
@mrdoob
Copy link
Owner

mrdoob commented Jun 17, 2020

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants