ENG New site

Advanced search

[ New messages · Forum rules · Members ]
SpaceEngine TODO List - Updated 14th Dec 2015
EnkiDate: Tuesday, 24.06.2014, 00:30 | Message # 196
Astronaut
Group: Users
United States
Messages: 67
Status: Offline
Quote SolarLiner ()
I don't think that many users would like to share the exact weather they see to others, and if they wanted, they would share a screenshot, like we already do here.

I wasn't talking about sharing weather, I was talking about knowing when the weather occurred if one wanted, say, a slightly rainy day on the beach of a habitable moon orbiting a gas giant. They would never have to wait for it again if they knew when it happened, which would make SE more like the real universe, as the weather that just happened won't be found in the records as something different the next day (even though we can't actually time travel).

Also, as for random weather generators being the only ones, are they not psuedo-random, using a seed to determine the result?

Here are some links to relevant articles:
http://procworld.blogspot.com/2014/03/procedural-information.html
http://www.temple.edu/ispr....ure.pdf

The man behind the first one uses procedural generation to make everything in his digital world. He goes into somewhat of a philosophical question of whether or not the universe is really procedural. (I have a theory on that but I won't go into it here.)

The second is more of a psychological study of the effects of digital universes, but in the weather section they talked about using algorithms based on how the sun was positioned and the current air pressure.





"If you arrive at a contradiction, check your premises. You will find that one of them is wrong." - Ayn Rand
"It may be that our purpose on Earth is not to find God, but to create him." - Arthur C. Clarke


Edited by Enki - Tuesday, 24.06.2014, 00:32
 
dsandlerDate: Thursday, 24.07.2014, 09:17 | Message # 197
Observer
Group: Newbies
Russian Federation
Messages: 1
Status: Offline
SpaceEngineer, has deferred shading been implemented yet?

Because for this particular application deferred shading on planets can go very smoothly. When you're on a planet I'd imagine the only possible light sources are no more than a few stars, moons, globulars, and really anything that's very far away (I don't think northern lights are strong enough to light something up, are they?):

This means that you don't need a lighting pass that draws light influence goemetries and additively blends each of their lighting effects. Consequently it also means you also don't need to go with a tiled-deferred solution with a challenging light culling pass.

All you need to do is a full-screen pass and loop through all the currently active lights and just add their lighting effects right in the shader. This should be a very fast post-processing pass that will be fully coherent (SIMD efficient) without any inefficient texture memory access patterns or heavy ROP usage.
A compute shader would be suitable for this too but you're using OpenGL 3.0 so I'm assuming that's out of the question.
 
FastFourierTransformDate: Wednesday, 10.09.2014, 11:41 | Message # 198
Pioneer
Group: Local Moderators
Spain
Messages: 542
Status: Offline
Quote SpaceEngineer ()
Lava always emit thermal radiation - from red to yellow. What you are see on this photos is the sulphur burns in the oxygen. Such circumstances may occur only on planets with oxygen atmosphere, and at small scales (it is impossible to have a sulfur lava planet with oxygen atmosphere - all oxygen will quickly end up).


Good point!
But maybe it could be implemented on a certain region of the planet to emphasize the differential structure of the surface, and create the illusion of a diverse geological history in different locations.

Added (10.09.2014, 10:41)
---------------------------------------------
I have a suggestion for the TODO list about brown dwarfs, linked to the conversation been developed in the thread of Some Astronomy Questions (for Noobs).

SE needs to account for the variations on spectral class of this objects (L - T - Y in decreasing hotness). We could say that the L is the only one depicted. The few papers and coments on the internet about the color of T brown dwarfs set them in the purple-violet region. The emitted light gets "intoxicated" by the chemical compounds of the atmosphere so inseted of been a deep red (like a normal black body would do) it glows in purple because of absortion and emission of this stellar atmospheres. The last one, the Y class is nearly indistinguishible from a rogue planet (if they are alone) but the dim light emanated from this sub-brown dwarf can make the upper clouds of the semi planet glow, so they can have colors like blue, red, ect... barely illuminated from the interior black body radiation.
This are low quality renderings for the sake of visualization


Aside from the variations of colour on SE brown dwarf classification I have a suggestion about the rendering and distribution of the glow.
SE depicts brown dwarfs as reddish gas giants with a central flare. The flare is always emanating from a point inside the disk. This is good for a far away observer but when you watch the brown dwarf closer it looks quite odd:


It would be much more realistic if the flare was emmited from different parts of the disk through the clouds like a glowing sphere, even with some spikes where there are less clouds, shinning from close distances inhomogeneusly. The Y Brown dwarfs are very very dim but we could see them also because of the electric activity associated with this kind of stars that would create large scale aurora like dischrges around the object.

I've found three youtube channels (I think is the same guy) with quite awesome renders of this brown dwarfs. I don't know how accurate this visualizations are but they look better (in some cases) than those brown dwarfs we have in version 0.9.7.1 of SE (that are still very good).
The videos are made for pseudoscientific purpouse (Nibiru-illuminati-annunaki-plkanet x-nasa conspiracy nonsense) but beside the content, the renders that they (or she/he) have made are quite impressive and accurate in my opinion.
All the credit are for cgzebra1, elevenplaneteleven and mcplanetearth

https://www.youtube.com/watch?v=C1k9hl88Ni0
https://www.youtube.com/watch?v=lHTjZRReUv4
https://www.youtube.com/watch?v=B-kcEvUrXOc
https://www.youtube.com/watch?v=S-6JsINYN8g
https://www.youtube.com/watch?v=QIT5sTyeFwQ
https://www.youtube.com/watch?v=RY1R4l4nsfw

]Watch this pics taken from the videos!


I would love to see SE with that rendering (at high definition, not like the videos) for brown dwarfs it would be also more exciting for search and exploration of stars. Maybe we can contact with the artist so he can tell us the algorithm and Vladimir can see if it can be implemented (if you think is a good idea).

That's all. What do you think? smile (and sorry for been always talking about how to improve SE, the graphics are far beyond every Planetarium Software I have seen but this can get asintotically close to perfection step by step).


Edited by FastFourierTransform - Wednesday, 10.09.2014, 12:39
 
Master_RamboDate: Wednesday, 10.09.2014, 13:05 | Message # 199
Space Tourist
Group: Users
United States
Messages: 23
Status: Offline
Quote FastFourierTransform ()
I have a suggestion for the TODO list about brown dwarfs, linked to the conversation been developed in the thread of Some Astronomy Questions (for Noobs).


I think this is perfect, those L, T and Y Brown dwarfs would be absolutely perfect! The planets should orbit much closer to them since brown dwarfs have weaker gravity. How about white dwarfs with planets around them? I never see those in the game, they would be awesome (especially really close to them) Maybe to simulate the remains of a solar system that was long destroyed by a yellow dwarf that died (like our sun will) and became a red giant.
 
SpaceEngineerDate: Friday, 12.09.2014, 10:25 | Message # 200
Author of Space Engine
Group: Administrators
Russian Federation
Messages: 4800
Status: Offline
Quote FastFourierTransform ()
It would be much more realistic if the flare was emmited from different parts of the disk through the clouds like a glowing sphere, even with some spikes where there are less clouds, shinning from close distances inhomogeneusly.

This is impossible. SE flare is a post-effect billboard, they do not know where is brightest part of the disk. It assumed that star is a point source, not a sphere or other shape. Some approach for realistic rendering taking into account the shape is a "super" mode in the settings, but it work only with "SE 095" flare and if the star size on the screen is big enough.

Quote Master_Rambo ()
How about white dwarfs with planets around them? I never see those in the game, they would be awesome (especially really close to them) Maybe to simulate the remains of a solar system that was long destroyed by a yellow dwarf that died (like our sun will) and became a red giant.

You didn't see planets close to the white dwarf exactly because they was destroyed by the star at red giant stage.





 
DoctorOfSpaceDate: Friday, 12.09.2014, 15:20 | Message # 201
Galaxy Architect
Group: Global Moderators
Pirate
Messages: 3600
Status: Offline
Quote SpaceEngineer ()

You didn't see planets close to the white dwarf exactly because they was destroyed by the star at red giant stage.


I think this depends heavily on the size of the star and how far it swells out during it's red giant phase.

If we take our solar system as an example we would still find planets from the orbit of Mars and out. Some of the closest planets could migrate inwards and many of the further out bodies would be lost, but you wouldn't find many white dwarf systems with 0 planets.

I have never found a White Dwarf in SE with any planets, usually they're accompanied by a brown dwarf that has planets, but the white dwarf has nothing. This seems pretty unrealistic to me.





Intel Core i7-5820K 4.2GHz 6-Core Processor
G.Skill Ripjaws V Series 32GB (4 x 8GB) DDR4-2400 Memory
EVGA GTX 980 Ti SC 6GB
 
FastFourierTransformDate: Friday, 12.09.2014, 16:09 | Message # 202
Pioneer
Group: Local Moderators
Spain
Messages: 542
Status: Offline
Quote SpaceEngineer ()
This is impossible. SE flare is a post-effect billboard, they do not know where is brightest part of the disk. It assumed that star is a point source, not a sphere or other shape.


Couldn't it be implemented with an algorithm like that one you are using for lava planets but with stronger glow and with different absortion for the clouds around all the atmosphere? The flare could still there to see the star shining from far distances but for the close ones this would make the effect.

Edit: I think there's a confusion regarding the term flare that I have used. I don't want a new lens flare, I'm calling flare the glowing efects created by the brown dwarf's chromosphere when they get more or less absorbed by the clouds and cooler parts and not only a brown dwarf that shines uniformly with the only beautifull light been the lens flare.

The algorithm that has been used to make the renders that I've shown are imposible to integrate on SE?


Edited by FastFourierTransform - Friday, 12.09.2014, 17:48
 
SolarLinerDate: Friday, 12.09.2014, 16:34 | Message # 203
Explorer
Group: Users
France
Messages: 267
Status: Offline
Quote FastFourierTransform ()
Couldn't it be implemented?


Well there's always John Chapman's Pseudo Lens Flare shader, but that would remove the modding abilities of the current billboard implementation.

http://john-chapman-graphics.blogspot.co.uk/2013....re.html





custom landing page to share: http://bit.ly/spaceengine
 
JCandeiasDate: Friday, 12.09.2014, 16:55 | Message # 204
Pioneer
Group: Translators
Portugal
Messages: 387
Status: Offline
Quote DoctorOfSpace ()
I have never found a White Dwarf in SE with any planets, usually they're accompanied by a brown dwarf that has planets, but the white dwarf has nothing. This seems pretty unrealistic to me.


I totally agree. Plus, the existence of pulsar planets offer yet another possibility: the secondary formation of new planets around stellar remnants after the original ones get destroyed. Or even a third one, although this is probably very rare and should result in highly elliptical orbits: capture of previously free worlds. This will probably be more relevant and common in the densest parts of the galaxies.

In other words, all kinds of stellar objects may be able to have planetary systems around them. Likelyhoods will probably be different, and it's possible that the overall structure of those planetary systems will also be different in each case (how? I dunno. But that's a good question.), but I don't think any type of object should be excluded from having planetary companions.





They let me use this!
 
SpaceEngineerDate: Friday, 12.09.2014, 20:17 | Message # 205
Author of Space Engine
Group: Administrators
Russian Federation
Messages: 4800
Status: Offline
Quote DoctorOfSpace ()
I think this depends heavily on the size of the star and how far it swells out during it's red giant phase.

This is exactly how SE limits the size of orbits of planets in white dwarf system.

Quote DoctorOfSpace ()
I have never found a White Dwarf in SE with any planets, usually they're accompanied by a brown dwarf that has planets, but the white dwarf has nothing.

Hmm, this seems like a bug! I will check it out.

Quote FastFourierTransform ()
Couldn't it be implemented with an algorithm like that one you are using for lava planets but with stronger glow and with different absortion for the clouds around all the atmosphere? The flare could still there to see the star shining from far distances but for the close ones this would make the effect.

Edit: I think there's a confusion regarding the term flare that I have used. I don't want a new lens flare, I'm calling flare the glowing efects created by the brown dwarf's chromosphere when they get more or less absorbed by the clouds and cooler parts and not only a brown dwarf that shines uniformly with the only beautifull light been the lens flare.

Do you mean the bloom effect? If so, bloom is still here, it cannot be disabled for specific object because it is a post-process effect. Brown dwarfs are simply too dark to have noticeable bloom. At least with current exposure system. If you increase exposure to 10 or so, you will see the bloom effect on brown dwarfs.
Anyway, I didn't complete the brown dwarfs yes, just wait!

Quote FastFourierTransform ()
The algorithm that has been used to make the renders that I've shown are imposible to integrate on SE?

Which algorithm?

Quote SolarLiner ()
Well there's always John Chapman's Pseudo Lens Flare shader, but that would remove the modding abilities of the current billboard implementation.

It will not remove the modding abilities, because it still needed a set of coordinates where ghost must be placed. And it is more physically accurate, and takes into account the shape of the light source. So I will implement it one day.





 
SolarLinerDate: Friday, 12.09.2014, 20:30 | Message # 206
Explorer
Group: Users
France
Messages: 267
Status: Offline
Quote SpaceEngineer ()
it still needed a set of coordinates where ghost must be placed

No, light detection is made by taking the frame and putting a luminance threshold on it; what can be modified however, is the amount of ghosts and chromatic aberration the shader produces.





custom landing page to share: http://bit.ly/spaceengine
 
SpaceEngineerDate: Friday, 12.09.2014, 23:06 | Message # 207
Author of Space Engine
Group: Administrators
Russian Federation
Messages: 4800
Status: Offline
Quote SpaceEngineer ()
Quote DoctorOfSpace ()
I have never found a White Dwarf in SE with any planets, usually they're accompanied by a brown dwarf that has planets, but the white dwarf has nothing.

Hmm, this seems like a bug! I will check it out.


I checked and found a lot of solitary white dwarfs with planets. So maybe the bug is fixed itself, or maybe you was unlucky smile


Attachments: 3116273.jpg (172.1 Kb)





 
DoctorOfSpaceDate: Saturday, 13.09.2014, 00:16 | Message # 208
Galaxy Architect
Group: Global Moderators
Pirate
Messages: 3600
Status: Offline
Quote SpaceEngineer ()
So maybe the bug is fixed itself, or maybe you was unlucky


I haven't found any yet. Been searching through Andromeda and the Milky Way. Was that screenshot taken in the 0.9.7.2 build?





Intel Core i7-5820K 4.2GHz 6-Core Processor
G.Skill Ripjaws V Series 32GB (4 x 8GB) DDR4-2400 Memory
EVGA GTX 980 Ti SC 6GB
 
DeathStarDate: Saturday, 13.09.2014, 00:37 | Message # 209
Pioneer
Group: Users
Croatia
Messages: 515
Status: Offline
I'm on the same page as DoctorOfSpace. I have literally never, ever, found a planet around a white dwarf. I found them around neutron stars and even black holes, but never around white dwarfs.
 
HarbingerDawnDate: Saturday, 13.09.2014, 00:38 | Message # 210
Cosmic Curator
Group: Administrators
United States
Messages: 8717
Status: Offline
I just checked, and I found no procedural white dwarfs with planets in 0.971, so we can call this bug both confirmed, and (it seems) fixed for the next version.




All forum users, please read this!
My SE mods and addons
Phenom II X6 1090T 3.2 GHz, 16 GB DDR3 RAM, GTX 970 3584 MB VRAM
 
Search: