Ghost comet in ortographic projection
Bug #1480141 reported by
Alexander Wolf
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Stellarium |
Confirmed
|
Medium
|
gzotti |
Bug Description
Original by Anonymous from: https:/
Choosing ortographic projection while a comet is visible a ghost of that comet will appear in the opposite direction in the sky. As you look around the comet moves aswell. The comet is unselectable.
tags: | added: solar-system |
Changed in stellarium: | |
status: | New → Confirmed |
tags: |
added: projection removed: solar-system |
Changed in stellarium: | |
importance: | Undecided → Medium |
Changed in stellarium: | |
assignee: | nobody → gzotti (georg-zotti) |
To post a comment you must log in.
the problem is that a comet is rendered as a 3d object without backface culling. A way out could be manually inverting all faces towards the viewer into a new index array before calling drawFromArrays() with backface culling activated. may be quite slow though.