gotoloc from cel url
Posted: 19.01.2007, 03:12
Hi,
I am writing a .cel script and am trying to use the gotoloc command to go to a position I recorded from a cel url.
The url is: cel://Follow/Earth/2007-02-06T02:14:25. ... 7&lm=49152
However every time I try to write the script, the camera moves to a random point and simply does NOT go where I want it to!
The script I have written is:
Can anyone recognise what is wrong with the script? Have I taken the wrong values from the cel url? Have I forgotten to put in some parameters ? Any help much appreciated!
I am writing a .cel script and am trying to use the gotoloc command to go to a position I recorded from a cel url.
The url is: cel://Follow/Earth/2007-02-06T02:14:25. ... 7&lm=49152
However every time I try to write the script, the camera moves to a random point and simply does NOT go where I want it to!
The script I have written is:
Code: Select all
{
time { utc "2007-02-06T02:14:25.0000" }
timerate { rate 1 }
select { object "Sol/Earth" }
center { }
follow { }
setframe { coordsys "universal"}
gotoloc {
time 5
x "gPAn/7pUbUyyDA"
y "D0beK1NwgP7//////////w"
z "TmzXcLoWYlX1/////////w"
ow 0.662127
ox -0.352722
oy 0.642429
oz 0.156393
}
}
Can anyone recognise what is wrong with the script? Have I taken the wrong values from the cel url? Have I forgotten to put in some parameters ? Any help much appreciated!