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

Support of multi-branch extrusion #20

Open
GoogleCodeExporter opened this issue Dec 30, 2015 · 4 comments
Open

Support of multi-branch extrusion #20

GoogleCodeExporter opened this issue Dec 30, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link
Collaborator

The idea is to extend extrusion to inter-connected multiple paths, such as an 
exit from a highway, if you model the highway using extrusion.
This feature is still highly theoric, ie I'm not sure there's a nice solution 
to do that. Anyway, it would be very powerful if it worked...

Original issue reported on code.google.com by michael.broutin@gmail.com on 5 Nov 2010 at 10:38

@GoogleCodeExporter
Copy link
Collaborator Author

[deleted comment]

@GoogleCodeExporter
Copy link
Collaborator Author

More details on that idea...
It can be quite easy to put one next to another extruded shapes..
The more complex (and more interesting) bit is when it comes to reducing seams 
where paths connect... 
We could use some 3d CSG (Union on a subset of vertices from the 2 meshes), or 
something a bit smoother if what we want to do is tree branches...
Anyway, it should be set as an option to the user (it might be 
computing-expensive, and not everyone needs that)

Original comment by michael.broutin@gmail.com on 3 Aug 2011 at 9:35

@GoogleCodeExporter
Copy link
Collaborator Author

Original comment by michael.broutin@gmail.com on 17 Dec 2012 at 11:00

  • Added labels: Milestone-0.4
  • Removed labels: Milestone-0.3

@GoogleCodeExporter
Copy link
Collaborator Author

Finally went for a more pragmatic solution : based on a lot of hypotheses, I 
can simply deform the extruded shape so that multiple branches can connect.

It's far from perfect, but it should work in most basic cases.

Original comment by michael.broutin@gmail.com on 28 Aug 2013 at 9:42

  • Changed state: Started

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

No branches or pull requests

1 participant