I’m working on an Iphone app. I need to draw a continuous line (with varrying degrees of thickness and color) in this case it’s similar to a line chart. I could live if it was only 2d just fine. If it was in 3d it might be fun to make it animated but not required.
How is this typically done? Line renderer seems like an option except from what I’m reading it uses the partical system and particals run very slow on Iphone so that has me worried.
I just want to do something like ploting a line graph. Any thoughts? I’m just looking for the ideal way to do this.
starscenesoftware.com - starscenesoftware Resources and Information. The line renderer doesn’t use the particle system, but it’s not very flexible either. Also, particles themselves aren’t slow on the iPhone, but if you have lots of large particles, that kills your fill rate.