Georg Zotti

Results 1060 comments of Georg Zotti

> I could give it a go, if pull requests are welcome. In principle yes. This project lives from contributions where they are useful. Now, shall this be just for...

OK. Probably you'd need a list of extra images, and in draw(), draw the extra images either before or after the regular landscapes. (Or even allow specifying both ways and...

The Landscapes themselves use GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA

Do you mean circumpolar at current location and over whole precession period? Can you work out the declination? It could speed up things. What is the short but comprehensive name...

Even if -12 may be in code, it is still modulated by atmosphere glow, and opposite the sun it should be dark enough earlier during astronomical twilight. And atmosphere glow...

> > Should it become better when you run the program for 20 minutes? > > Of course not, we are supposed to show what's visible, not what a person...

No issue on my W11/Qt6.8.2/3070Ti, 546.01. EDIT: Yes, problem with Qt6.9! EDIT2: And problem exists prior to this commit.

There are colors set to the markers. These should be applied.

OK. I am elsewhere, just wanted to confirm this quickly.

I tried - these lines in StelPainter.cpp after line 662: ``` QTextOption opt; opt.setFlags(QTextOption::DisableEmojiParsing); QRect strRect = QFontMetrics(tmpFont).boundingRect(str, opt); ``` - qputenv("QT_DISABLE_EMOJI_SEGMENTER", "1") in main.cpp line 243 No change. But...