Problem Statement
Line paths in DebrisTrail.tsx pass through same depth plane as Atmosphere.tsx, creating flickering z-fighting artifacts.
Why It Matters
Flickering lines impair visual aesthetics during orbit viewing.
Expected Behaviour
Configure depthOffset or set renderOrder on OrbitVisualizer and DebrisTrail line materials.
Acceptance Criteria
Likely Affected Files / Components
src/components/DebrisTrail.tsx
src/components/OrbitVisualizer.tsx
Problem Statement
Line paths in
DebrisTrail.tsxpass through same depth plane asAtmosphere.tsx, creating flickering z-fighting artifacts.Why It Matters
Flickering lines impair visual aesthetics during orbit viewing.
Expected Behaviour
Configure
depthOffsetor setrenderOrderon OrbitVisualizer and DebrisTrail line materials.Acceptance Criteria
Likely Affected Files / Components
src/components/DebrisTrail.tsxsrc/components/OrbitVisualizer.tsx