Hi eveybody,
I need help about an asteroids belt which I want to put around Eps Eri's star.
I want to align this asteroids belt with the 2 discovered planets (b & c).
I use an object named test9.cmod, can you help me ?
Thank you in advance.
Asteroids belt around Eps Eri
Forum rules
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
Please help to make this forum more useful by checking the FAQs before posting! Keep it clean, keep it civil, keep it truthful, stay on topic, be responsible, share your knowledge.
- SevenSpheres
- Moderator
- Posts: 826
- Joined: 08.10.2019
- With us: 5 years 1 month
Try downloading the "Asteroid Maker" spreadsheet from here.
Added after 31 minutes 21 seconds:
Wait...I think you're saying you have a model for the entire asteroid belt. You can look at the asteroid belt addon in the Lua Tools and/or Cham's addons in this thread for examples; the ssc file should look something like this:
Added after 31 minutes 21 seconds:
Wait...I think you're saying you have a model for the entire asteroid belt. You can look at the asteroid belt addon in the Lua Tools and/or Cham's addons in this thread for examples; the ssc file should look something like this:
Code: Select all
"Asteroid belt" "EPS Eri" {
Class "diffuse"
Mesh "test9.cmod"
Orientation <if necessary for the mesh>
Emissive true
Radius <radius of asteroid belt in km>
EllipticalOrbit {
Period 9e+12
SemiMajorAxis 0
}
UniformRotation {
RotationPeriod <some value; not necessary>
Inclination <same as planets>
AscendingNode <same as planets>
}
}
My Addons: viewtopic.php?f=23&t=19978 • Discord server admin
Celestia versions: 1.5.1, 1.6.1, 1.6.2, 1.7.0, and some unofficial versions like Celestia-ED
Celestia versions: 1.5.1, 1.6.1, 1.6.2, 1.7.0, and some unofficial versions like Celestia-ED
Thank you for you reply.SevenSpheres wrote:Wait...I think you're saying you have a model for the entire asteroid belt.
for examples; the ssc file should look something like this:Code: Select all
"Asteroid belt" "EPS Eri" {
Class "diffuse"
Mesh "test9.cmod"
Orientation <if necessary for the mesh>
Emissive true
Radius <radius of asteroid belt in km>
EllipticalOrbit {
Period 9e+12
SemiMajorAxis 0
}
UniformRotation {
RotationPeriod <some value; not necessary>
Inclination <same as planets>
AscendingNode <same as planets>
}
}
Yes, you understood very well, I have a model for the entire asteroid belt.
With your council, here is the code:
Code: Select all
"Ast_belt" "Eps Eri"
{
Class "diffuse"
Mesh "test9.cmod"
Orientation [ 0 1 0 0 ]
Emissive true
Radius 599918190000
EllipticalOrbit {
Period 9e+12
SemiMajorAxis 0
}
UniformRotation {
RotationPeriod 99
Inclination 75.38005
AscendingNode 284.34255
}
}
But it gives with celestia a vertical asteroid belt and not a horizontal (like blue line).
- Attachments
-
- eps_eri_belt.jpg (59.3 KiB) Viewed 3566 times
- SevenSpheres
- Moderator
- Posts: 826
- Joined: 08.10.2019
- With us: 5 years 1 month
- SevenSpheres
- Moderator
- Posts: 826
- Joined: 08.10.2019
- With us: 5 years 1 month