CelestiaProject / Celestia

Real-time 3D visualization of space.
https://celestiaproject.space
GNU General Public License v2.0
1.76k stars 299 forks source link

Split Frustum and InfiniteFrustum #2187

Closed ajtribick closed 1 month ago

ajtribick commented 1 month ago

Shrinks the object sizes and makes it clearer which type of object is being used.

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
4.9% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

ajtribick commented 1 month ago

Duplication: WONTFIX - appears to be complaining because classes derived from the same parent class override the same virtual methods.