CreateSpline() don't work

Just starting out? Need help? Post your questions and find answers here.
Lebostein
Addict
Addict
Posts: 807
Joined: Fri Jun 11, 2004 7:07 am

CreateSpline() don't work

Post by Lebostein »

I need some splines to calculate something and until now I used own math functions for that. Today I found out, that PB contains some very helpful Spline functions. But If I create a spline with CreateSpline(0) then I get an error. What is wrong?
alter Mann
User
User
Posts: 39
Joined: Fri Oct 17, 2014 8:52 pm

Re: CreateSpline() don't work

Post by alter Mann »

You should call InitEngine3D() before...
User avatar
Comtois
Addict
Addict
Posts: 1429
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: CreateSpline() don't work

Post by Comtois »

if you dont need 3D lib you can use this module

It work the same way.
Please correct my english
http://purebasic.developpez.com/
Post Reply