How to Draw a Smooth Curve through a Set of 2D Points

classic Classic list List threaded Threaded
22 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: How to Draw a Smooth Curve through a Set of 2D Points

mahesh
wow!!!
ITS RUNNING AS EXPECTED...
what could be culprit behind the problem in previous code?

regards
mahesh
Reply | Threaded
Open this post in threaded view
|

Re: How to Draw a Smooth Curve through a Set of 2D Points

Xerxes Rånby
In reply to this post by elect
elect wrote
Nice

I may implement gradle on that if you'd like too, it'd make things easiest as possible
Thank you elect for your contribution.
I have merged your changes and improved it to let gradle download the jogamp natives and run the demo

You can test this demo running

git clone https://github.com/xranby/jogamp-forum-examples/
cd jogamp-forum-examples
./gradlew -PmainClass=xranby.com.gudinna.JogAmpGraphAPINurbsDemo run
12