Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Connection Question
Post: Connection Question
Hi, so I want to add a spline (which I will call Spline2) to another spline ( which I will call Spline1) between 2 existing control points, which I have achieved by doing the following :
1. Storin... |
|
dazz777 |
Curvy Splines
|
1 |
122 |
11-22-2021, 12:51 PM |
|
|
Thread: Spline.length incorrect
Post: RE: Spline.length incorrect
Refreshing the spline solved it, thanks.
Sorry for another question but is there a way to get the length at each control point apart from logging spline.length in a list
Cheers. |
|
dazz777 |
Curvy Splines
|
3 |
372 |
10-07-2021, 10:18 AM |
|
|
Thread: Spline.length incorrect
Post: Spline.length incorrect
Hi, so I'm creating a sort of road system where I 1st click to set the start of the spline ( CP0000) , I keep mouse button down and buttonup places the 2nd control point etc.
After each control p... |
|
dazz777 |
Curvy Splines
|
3 |
372 |
10-06-2021, 10:33 AM |
|
|
Thread: How to I get positions between control points
Post: How to I get positions between control points
Hi, so I can get all the positions in a spline by using InterpolateByDistance but how would I go about getting the positions between 2 Control points
CP0001 and CP0002 for example.
I had a go but it'... |
|
dazz777 |
Curvy Splines
|
2 |
1,542 |
05-08-2020, 05:12 PM |
|
|
Thread: How do you delete last CP in spline
Post: RE: How do you delete last CP in spline
doh schoolboy error on that one ( one day I'll stop making them ), thanks anyway. |
|
dazz777 |
Curvy Splines
|
3 |
1,999 |
04-24-2020, 12:00 PM |
|
|
Thread: How do you delete last CP in spline
Post: How do you delete last CP in spline
Hi just a quick question
How do you delete the last control point in a spline
Ive tried
Code:
--
newspline.Delete (newspline.ControlPointsList[newspline.ControlPointCount ]);
--
I've also tr... |
|
dazz777 |
Curvy Splines
|
3 |
1,999 |
04-23-2020, 01:05 PM |
|
|
Thread: Control points / performance question
Post: RE: Control points / performance question
|
dazz777 |
Curvy Splines
|
3 |
2,079 |
04-17-2020, 02:27 PM |
|
|
Thread: Control points / performance question
Post: Control points / performance question
Hi I'm just wondering, does having more control points have a performance hit ( bezier spline ). So if I had a bezier spline but one section of it was straight and therefore would only need 2 control ... |
|
dazz777 |
Curvy Splines
|
3 |
2,079 |
04-17-2020, 10:48 AM |
|
|
Thread: Make connection between 2 control points
Post: RE: Make connection between 2 control points
|
dazz777 |
Curvy Splines
|
11 |
6,498 |
04-17-2020, 05:55 AM |
|
|
Thread: Make connection between 2 control points
Post: RE: Make connection between 2 control points
Sorry for even more questions but this is what I'm doing
( seg is a CurvySplineSegment)
Code:
--
tempExisting_spline_toJoin.ControlPointsList[4].Connection.AddControlPoints (seg);
--
The above con... |
|
dazz777 |
Curvy Splines
|
11 |
6,498 |
04-08-2020, 10:20 AM |
|
|
Thread: Make connection between 2 control points
Post: RE: Make connection between 2 control points
|
dazz777 |
Curvy Splines
|
11 |
6,498 |
02-25-2020, 02:01 PM |
|
|
Thread: Make connection between 2 control points
Post: RE: Make connection between 2 control points
Hi again, I've almost achieved what I want to achieve. Hopefully just one more question :
If I want to add a connection to say CP0003 and I've got 7 control points ( so I cant use last visible ... |
|
dazz777 |
Curvy Splines
|
11 |
6,498 |
02-24-2020, 02:38 PM |
|
|
Thread: Make connection between 2 control points
Post: RE: Make connection between 2 control points
Hi. I just wondered if there was a built in way if doing that.
As what i want to achieve will be at runtime what i could do is store the info of each control point then redraw the spline but adding... |
|
dazz777 |
Curvy Splines
|
11 |
6,498 |
02-15-2020, 09:03 AM |
|
|
Thread: Make connection between 2 control points
Post: Make connection between 2 control points
Hi,
So If I've already got a spline with say 3 control points, then I want to connect a 2nd spline to the first but between the 2nd and 3rd control point ( CP0001 & CP0002 )
how could I do that ... |
|
dazz777 |
Curvy Splines
|
11 |
6,498 |
02-14-2020, 11:11 AM |
|
|
Thread: Refresh spline doesn't seem to be working
Post: RE: Refresh spline doesn't seem to be working
_Aka_ Wrote: (11-13-2019, 11:13 PM)
--
dazz777 Wrote: (11-13-2019, 11:50 AM)
--
as discussed above it's null to start with
--
It is null even after using the code I suggested?
drawtaxiCP0002 = dr... |
|
dazz777 |
Curvy Splines
|
6 |
4,795 |
01-21-2020, 01:33 PM |
|
|
Thread: Refresh spline doesn't seem to be working
Post: RE: Refresh spline doesn't seem to be working
Hi again, I now need to perform operations on a newly created control point, as discussed above it's null to start with, is there a easy way to force it to update as soon as it's created.
Thanks. |
|
dazz777 |
Curvy Splines
|
6 |
4,795 |
11-13-2019, 11:50 AM |
|
|
Thread: Refresh spline doesn't seem to be working
Post: RE: Refresh spline doesn't seem to be working
|
dazz777 |
Curvy Splines
|
6 |
4,795 |
11-08-2019, 09:01 PM |
|
|
Thread: Refresh spline doesn't seem to be working
Post: Refresh spline doesn't seem to be working
hi, So I'm creating a spline and adding 2 control points, when I try to get a refernce to one of them I get a null ref exception, see code below :
The following code is run ONLY ONCE while the left ... |
|
dazz777 |
Curvy Splines
|
6 |
4,795 |
11-08-2019, 01:44 PM |
|
|
Thread: Road Junctions
Post: RE: Road Junctions
_Aka_ Wrote: (11-02-2019, 01:33 PM)
--
Hi,
Here are some of the keywords that could help you in the search of a solution to combine multiple meshes in one:
- Mesh boolean operations
- CSG Constr... |
|
dazz777 |
Curvy Splines
|
6 |
5,370 |
11-07-2019, 02:44 PM |
|
|
Thread: Road Junctions
Post: RE: Road Junctions
Hi, I have looked many times on the net but I cant for the life of me find anything. I've put this part of my project on hold for the moment and I've moved on but I will be coming back to it.
Regard... |
|
dazz777 |
Curvy Splines
|
6 |
5,370 |
11-01-2019, 12:30 PM |