Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help creating a wedge
Post: RE: Help creating a wedge

Thinkurvy Wrote: (04-23-2024, 03:10 PM) -- Would it be possible to add a "Translation" tab that mimics the Advanced Scaling options? -- I just implemented this functionality myself... somewhat: only...
Thinkurvy Curvy Splines - support forum 2 6 04-24-2024, 09:44 AM
    Thread: Help creating a wedge
Post: Help creating a wedge

Hi, I'm trying to create a wedge object (like a rectangular triangle). This wedge has to be created along a path, so I can't just use a slanted cross shape. I've tried using the "Advanced Scale"...
Thinkurvy Curvy Splines - support forum 2 6 04-23-2024, 03:10 PM
    Thread: Incorrect mesh alignment after extrusion on curved path
Post: RE: Incorrect mesh alignment after extrusion on cu...

That fixed it! :) I changed it so that the fIncrement is a very small value only for the start & end localF: Code: -- float fIncrement = (localF == 0f || localF == 1f) ? 0.000001f : 0.01f; -- This...
Thinkurvy Curvy Splines - support forum 10 21 04-17-2024, 07:54 AM
    Thread: Incorrect mesh alignment after extrusion on curved path
Post: RE: Incorrect mesh alignment after extrusion on cu...

Unfortunately not: the half circle was just an example to illustrate the issue, not that I needed a half circle explicitly for my usecase. In my game, all pieces are made of 2 control points, which ca...
Thinkurvy Curvy Splines - support forum 10 21 04-16-2024, 02:31 PM
    Thread: Incorrect mesh alignment after extrusion on curved path
Post: RE: Incorrect mesh alignment after extrusion on cu...

No problem, thanks for your help! I just sent you a PM with the repro case.
Thinkurvy Curvy Splines - support forum 10 21 04-16-2024, 06:51 AM
    Thread: Incorrect mesh alignment after extrusion on curved path
Post: RE: Incorrect mesh alignment after extrusion on cu...

Hi, Doing this solved the issue: Curvy Spline -> Cache Density ---> 100 Curvy Spline -> Max Points Per Unit ---> 100 Input Spline Path -> Use Cache ---> TRUE The shape extrusion settings (Resolutio...
Thinkurvy Curvy Splines - support forum 10 21 04-15-2024, 04:06 PM
    Thread: Incorrect mesh alignment after extrusion on curved path
Post: Incorrect mesh alignment after extrusion on curved...

Hi, I have the following scenario: - A spline path made of 2 points describing an arc (Bezier interpolation). Each point has "Auto Handles" OFF, and I manually set their Handle In & Out values to ...
Thinkurvy Curvy Splines - support forum 10 21 04-12-2024, 09:43 AM