| Commit message (Collapse) | Author | Age |
|
|
| |
Shader generation is a mess. This commit cleans some parts up, including dropping remains of HLSL support which was never actually implemented.
|
| |
|
| |
|
| |
|
|
|
|
| |
IrrLicht built-in shader is broken, have to write my own
|
| |
|
|
|
|
|
| |
The only currently relevant parameter is scale which can now be changed
without resetting stars position
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
* add regular sky gradient
* add regular sky gradient
* Update sky.cpp
* change default day sky colors
|
| |
|
|
|
|
|
|
|
| |
Fix memory leak (unused allocation)
Fix star rendering
Rename sky color struct
Fix stars on android
Remove extraneous .data() from android star draw
|
| |
|
|
|
|
|
| |
* 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
|