project-navigation
Personal tools

Author Topic: Improved 3D Geoscape Rendering [was: Nightime city lights in 3D geoscape]  (Read 71645 times)

Offline arisian

  • Rookie
  • ***
  • Posts: 91
    • View Profile
Re: Nightime city lights in 3D geoscape
« Reply #15 on: March 23, 2010, 04:03:50 pm »
The "smooth change" is really just so that there isn't a visually abrupt change at the end of the month; there are still only 12 discrete maps, it's just that the change from one map to the next is gradual rather than instant.

Offline Kildor

  • Project Artist
  • Captain
  • ***
  • Posts: 757
  • Project mapper and some other stuff`er
    • View Profile
    • http://ufoai.nx0.ru
Re: Nightime city lights in 3D geoscape
« Reply #16 on: March 23, 2010, 04:07:05 pm »
Yes, I use WinXP and code::blocks package

Offline arisian

  • Rookie
  • ***
  • Posts: 91
    • View Profile
In terms of terrain maps, it's really just an issue of expanding cold/arctic regions during the winter.  I can do it myself, but I'm unclear as to the difference between "cold" regions and "arctic" regions, and also on the overlap between either of these and "mountain" regions.  The current texture image (map_earth_day.jpg) seems to have been taken sometime around March.  There are clearly "mountain" regions that have snow on them, and the "cold" region overlaps both green and snow-covered areas.

I can just make it up as I go, but if there are actual conventions I'd rather follow them.

Also, if anyone is still having issues compiling from the latest posted patch, please let me know.

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
There are no conventions that I know of. The difference between arctic and cold is that arctic has no vegetation while cold may still have evergreens and such. It's basically a gradation in coldness.

Also, the terrain map may not necessarily be that accurate. Some allowances may have been made for the cold-themed maps. With seasonal change that becomes less necessary.
« Last Edit: March 23, 2010, 05:08:01 pm by BTAxis »

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
 8) 8) 8) Arisian !!!

BTW, have you read my feature request regarding this ?
It will be no problem to get the maps I suppose  ;D

https://sourceforge.net/tracker/?func=detail&aid=2972849&group_id=157793&atid=805245

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
The original was from NASA, in a moment comes the link:
http://visibleearth.nasa.gov/view_set.php?categoryID=2363

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
nice - i will give it a try - but please extract the shaders to base/shaders and use the functions in r_program.c to load and compile them.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
some of your changes are applied to trunk (not the feature, but shader stuff like qglUniform2fv)

you should have a look at the R_UseProgram function
« Last Edit: March 23, 2010, 06:37:38 pm by Mattn »

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Can't wait to test thiz one  ;D

Offline arisian

  • Rookie
  • ***
  • Posts: 91
    • View Profile
I'm working on integrating my code with the functions in r_program.c; if I'd known they were there, I probably would have used them in the first place.  Oh well, this is what comes of working on a totally unfamiliar codebase while simultaneously teaching myself openGL and GLSL ;)

I'll post another version of the patch once I've got things working properly using existing functions.

Offline BTAxis

  • Administrator
  • PHALANX Commander
  • *******
  • Posts: 2607
    • View Profile
Arisian, would it be possible to do what you did with the city lights to the nation overlay as well? I'm thinking of making the edges of the nation's territories glow a little so they stand out on the dark side. I think it would look quite good.

Offline MCR

  • PHALANX veteran
  • ******
  • Posts: 1244
    • View Profile
Great folks, to see all this tuning happening  ;D

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
here is a version i tried to hack together using the existing stuff - but i might have missed something here and there - untested