I noticed that the Impactor (from Deep Impact) I have, rotates around an outside centerpoint versus rotating around its center.
I looked in the .ssc file for Deep Impact, but I don't know which variable controls the spin. I would appreciate any help I can get.
Cheers,
Jeff
Changing rotation of spacecratft or object
-
Topic authorjeff@nasaames
- Posts: 5
- Joined: 03.02.2006
- With us: 18 years 9 months
- Location: NASA Ames Exploration Center
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
Jeff,
Generally this would be controlled by RotationPeriod (expressed in hours), however though I'm not familiar with the Deep Impact addon, from your description of an external centerpoint, I suspect it may have been implemented as an orbit around an invisible object.
Look for something like this in the SSC file:
If that's the case, then the rotation speed is determined by the "Period" statement. (NOTE: units will be in years, not hours in this case)
Generally this would be controlled by RotationPeriod (expressed in hours), however though I'm not familiar with the Deep Impact addon, from your description of an external centerpoint, I suspect it may have been implemented as an orbit around an invisible object.
Look for something like this in the SSC file:
Code: Select all
"Impactor" "<Name of Invisible Object>"
{
...
Period
.....
}
If that's the case, then the rotation speed is determined by the "Period" statement. (NOTE: units will be in years, not hours in this case)
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
- Developer
- Posts: 3776
- Joined: 04.02.2005
- With us: 19 years 9 months
..or perhaps the center should be reajusted with:
(you will have to find out the coordinates)
In that case, the model should perhaps also be reoriented...
Code: Select all
MeshCenter [ 0 0 0 ]
(you will have to find out the coordinates)
In that case, the model should perhaps also be reoriented...
- Chuft-Captain
- Posts: 1779
- Joined: 18.12.2005
- With us: 18 years 11 months
BTW Jeff,
Is this suposed to be a realistic scenario? What I don't understand is how an object (presumedly in free space) can rotate around an external centerpoint which cannot possibly be it's center of mass.
Is this suposed to be a realistic scenario? What I don't understand is how an object (presumedly in free space) can rotate around an external centerpoint which cannot possibly be it's center of mass.
"Is a planetary surface the right place for an expanding technological civilization?"
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-- Gerard K. O'Neill (1969)
CATALOG SYNTAX HIGHLIGHTING TOOLS LAGRANGE POINTS
-
- Developer
- Posts: 1356
- Joined: 07.01.2005
- With us: 19 years 10 months
- Location: Nancy, France
Jeff,
Jestr often builds his models into invisible spheres. I noticed that when I wrote the Deep Imapct Mission script. The impactor probably rotates around the sphere center instead of the impactor's center...
Jestr often builds his models into invisible spheres. I noticed that when I wrote the Deep Imapct Mission script. The impactor probably rotates around the sphere center instead of the impactor's center...
@+
Vincent
Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3
Vincent
Celestia Qt4 SVN / Celestia 1.6.1 + Lua Edu Tools v1.2
GeForce 8600 GT 1024MB / AMD Athlon 64 Dual Core / 4Go DDR2 / XP SP3