#1
|
|||
|
|||
Train Tracks
I am trying to create a train simulation in which the view point moves over a set loop which can be changed. I coded the loop using viztask.schedule but now I am trying to put down a track that is there before the simulation runs. I tried doing it by running the simulation and saving the path the viewpoint takes and eventually using that list to make the lines. However, I feel like there has to be a better way of doing this. Plus, the tracks needs to be on the ground, not on the same level as the viewpoint. Any advice?
|
#2
|
|||
|
|||
Can you just pre-generate the tracks and save it out to a file? Or does the path change every time you run the script? Unless I am misunderstanding something, what you are currently doing sounds reasonable.
|
#3
|
|||
|
|||
I can. I just figured there might be a better way to do it.
|
Tags |
lines, loop, traintracks |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Animation Tracks.... | k_iwan | Vizard | 2 | 03-26-2007 06:52 PM |