rahul.ranjan Posted July 6, 2016 Share Posted July 6, 2016 hi, I have created a track for position of camera with help of track editor and I have a system script which loads the track file in world and it works fine, But now I want to take any time between min and max time of track file and on button click camera position should change from initial point to selected point (NOTE without motion). any help to achieve this. thanks Link to comment
ded Posted July 12, 2016 Share Posted July 12, 2016 Hi, You just set the track time like this track.set(2.0f); and that's all. Link to comment
Recommended Posts