| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* Increase star count to 1000 and decrease radius slightly.
* Adjust star width.
|
| |
|
|
|
| |
Split sun and moon render parts from the main render function.
|
|
|
|
|
| |
Move star draw to before sun glow texture draw and before sun draw,
not currently essential but the logical order. Will be necessary if
a 'no far ground' option is added, to draw stars behind the sun.
|
|
|
| |
This time correctly, by resetting the 'material' to '1' after moon draw.
|
|
|
|
|
|
|
|
|
| |
At sunset:
Stars first appear slightly later, at the time the sun disappears over the horizon,
this fixes seeing dark stars in front of the sun horizon glow texture.
Stars reach full brightness slightly earlier at time 20000, not so excessively long
after sunset.
The above behaviour is also applied at sunrise, but of course, time-inverted.
|
|
|
|
| |
Reverts the render order change of commit
ce2d33eb97238e2e050d065a8f0838749a0b31d0
|
|
Update Android.mk
Remove 'src/client' from include_directories
|