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

modifySelected() and subdivideSelected() aren't working #5

Open
TyphaineLeGales opened this issue Mar 14, 2018 · 0 comments
Open

modifySelected() and subdivideSelected() aren't working #5

TyphaineLeGales opened this issue Mar 14, 2018 · 0 comments

Comments

@TyphaineLeGales
Copy link

TyphaineLeGales commented Mar 14, 2018

Hello,
First thanks a lot for these examples and explanations about generative typography.
I'm having some trouble with the code for the 3D fonts.
On the deconstructed example under the //modify selection and //modify selection these lines get me an error message

mesh.modifySelected(new HEM_Extrude().setDistance(4).setRelative(true).setChamfer(0.2), selection);
mesh.subdivideSelected(new HES_CatmullClark(), selection);
mesh.modifySelected(new HEM_VertexExpand().setDistance(6), selection);
mesh.subdivideSelected(new HES_CatmullClark(), selection);

I'm currently working with Processing 3.3.6 and the latest build of the HE_mesh library. I tried checking the changes in the documentation but I'm quite the noob in processing and I couldn't figure it out.

Any help would be great
Thanks

@TyphaineLeGales TyphaineLeGales changed the title modifySelected() and modifySelected() aren't working modifySelected() and subdivideSelected() aren't working Mar 14, 2018
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