[Plugin][$] Curviloft 2.0a - 31 Mar 24 (Loft & Skinning)
-
@earthmover said:
Holy crap!!! Is that speed realtime? Looks amazing! Do the number of segments in the rails matter? Could this possibly be used to replace the standard from contours in the sandbox tools to create graded terrains?
Videos are real time. As usal the performance is driven by the number of facets created, with the exponential slow-down noticed in all scripts.
The number of segments does matter because Curviloft always respects the vertices of the contours and rails. This is why meshes created can be unbalanced or very crowded. In principle, it would be good that users do a rebalancing before applying Curviloft.For terrain shaping, I would appreciate if you had an example, so that I can answer more accurately.
Fredo
-
Fredo, what kind of example would work for you?
contour maps, completed terrains, an image, point cloud?
-
Yes, Only Fredo6... OMG
I can't wait to try this one. -
Fredo, this is simply astounding work, you are absolutely incredible!
-
@solo said:
Fredo, what kind of example would work for you?
contour maps, completed terrains, an image, point cloud?
Actually, a SKP model with contours where you want to generate the surface. Curviloft does not work on point clouds.
Fredo
-
@unknownuser said:
It is written in pure Ruby and SU API (which makes it portable PC and Mac).
Unfortunately, png cannot be used (the SU API is missing this functionality, but it would be a good idea to add it)I've also requested that SU supports this.
Meanwhile, I've made a framework to read BMP images and render them to screen. Though you can't have too many as it'll slow down. But it works fine for creating toolbars. -
@thomthom said:
@unknownuser said:
It is written in pure Ruby and SU API (which makes it portable PC and Mac).
Unfortunately, png cannot be used (the SU API is missing this functionality, but it would be a good idea to add it)I've also requested that SU supports this.
Meanwhile, I've made a framework to read BMP images and render them to screen. Though you can't have too many as it'll slow down. But it works fine for creating toolbars.Tom,
This was also my first approach (with
view.draw GL_POINTS
) but it was definitely too slow. I think that if this is added in native code, it can be ultra fast, even fatser than drawing lines and polygons byview.draw
.Fredo
-
What speeds up thing greatly is if when you load the bitmaps you sort the pixels by colour, and then draw each colour in bulk.
I load each bitmap for each toolbar button into a hash with the colour as key and the value as an array of point3d objects. Note that I merge all buttons into one hash.This means that if you are careful about your icon creation and use a palette of fewer colours you increase performance. A little bit pre-processing required, but the bulk drawing makes up for it many times over.
-
One more video, on the possibility to borrow contours from within components....
Fredo
-
-
That last process vid you just posted would be a great time saver all by itself. I'm trying to think of something creative to offer as a sample, but you've covered pretty much what I'd use already.
-
Bloody genius! I'd swear I was looking a video from Rhino or Bonzai!!!
-
On the last example, the curve can make a loop on the same plan?
If yes,there is an automatic clean of the complex auto-intersect skin resulting? -
-
A Torus is easily made using the built-in FollowMe tool or even my EEbyLathe - BUT Fredo's new tool seems far more powerful, and so it should be able to do much greater things
We await in anticipation... -
-
Fredo
For loft along path you always show two faces or surface and a path...
It will be possible to select more faces?
Something like this image that I found:And I attach some models to see if they work with loft along path.
Daniel S
-
@unknownuser said:
One more video, on the possibility to borrow contours from within components....
[attachment=0:23rqfyk7]<!-- ia0 -->Contour components.gif<!-- ia0 -->[/attachment:23rqfyk7]Fredo
This remember solidworks. Non destructive work can be very interesting. And if can be possible to make smooth junctions.
Fredo, never doubt: WE LOVE YOU!!! -
hi Fredo,
if you need a mac tester...
this is a simple version of something I can't get any of the other tools to manage easily, but maybe it's me...
cantfollow.skp -
@driven said:
this is a simple version of something I can't get any of the other tools to manage easily, but maybe it's me...
I don´t know how to explain it in english, but you follow and rotate. So if curviloft works with closed paths and you can select more than 2 faces you will need to make something like the attachment.
Not really sure, but this is how should work this feature Fredo?Daniel S
Advertisement