You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the MPC experiment, I only had to display one star at a time. Therefore, the script dealing with star rendering GatesLoc.cs can only render one star.
Lines 42 and 79 have break in them, which triggers whenever the first star is found along a reference line, and all data that follows afterwards is not looked at.
If multiple stars are needed (for example if the distance between them is smaller than 6 seconds), then this issue should be addressed.
The text was updated successfully, but these errors were encountered:
For the MPC experiment, I only had to display one star at a time. Therefore, the script dealing with star rendering
GatesLoc.cs
can only render one star.Lines 42 and 79 have
break
in them, which triggers whenever the first star is found along a reference line, and all data that follows afterwards is not looked at.If multiple stars are needed (for example if the distance between them is smaller than 6 seconds), then this issue should be addressed.
The text was updated successfully, but these errors were encountered: