Vessel Jupiter Icy Moons Explorer

Thanks. so on the solar tracking
I have this:
Global2Local(rsuninv, rsunloc);
Solpangle = (PI * ((solp_rot_proc * 2))); // current rotation angle of panels
//double sunangle = atan2(-rsunloc.x, rsunloc.z); // current angle of sun on ZX plane relative to z axis
double sunangle = atan2(rsunloc.z, rsunloc.y); // current angle of sun on Zy plane relative to X axis
but I think it needs to be 90 degrees off set

going to fix the animations
 
I think animations are fixed. added solar cell reflection. Not sure if the tracking is working. When panels are deployed they should be tracking. might need to start retract and deploy to reset?
 

Attachments

I confirm the animations are fixed. All the instruments no longer phase through the main body. The solar arrays need a little work but it is better than before :hailprobe:
The tracking does not yet work properly however....upon solar panel deployment, it is totally non-responsive
 
Thanks. Might need @BrianJ insight on the solar tracking.
what is wrong with the solar animation deployment?
 
Everything looks perfect! Even the suntracking is fully functional now! Thanks.
I guess only one panel on the +X side seems to deploy too early atm, causing it to phase through the other panels of the array
1755614726331.png
 
Back
Top