We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Dynamic Curves?

Home Forums Programming Dynamic Curves?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #71179
    David Duperron
    Customer

    Hi,
    Is it possible to dynamically control a curve (like the CubicBezierCurve3 CubicBezierCurve3) created progammatically, ie the created curve will update itself if the points it is defined with is moved?
    Or do I need to “redraw” the curve each frame?
    The ultimate purpose would be to recreate something like this (Three.js Spline Editor).
    Thanks for the help!

    Cheers

    David

    #71187
    visualizer
    Customer

    That would be interesting to have such facility in verge.
    In addition if a path follow also works in this will add new dimensional value.

    #71202
    David Duperron
    Customer

    Just found out that the Three.js example was already implemented in the V3D code examples repository here: Example
    I would be very interested in being able to transpose this in something that would be accessible from the puzzle editors. The Transformcontrols addon itself is something I would have definitely used if I knew how to get it to work in a “puzzle” environment…
    I could use some help if anyone knows how to do this!
    Cheers

    David

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.