Friday Facts #172 - Blending and Rendering

Regular reports on Factorio development.

HammerPiano
Fast Inserter
Fast Inserter
Posts: 232
Joined: Thu Dec 31, 2015 7:36 am
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by HammerPiano »

AHH beautiful graphics!
Can't wait for 0.15 to come out

radeor
Burner Inserter
Burner Inserter
Posts: 13
Joined: Tue Feb 24, 2015 7:36 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by radeor »

The new graphics look really cool!

It might also be helpful if the signal had some subtle inherent way they displayed their direction.

Consider, for example, the 1 way signals in OpenTTD, and how they have a clear front and back:

Image
fig.1 The facing of one way signals communicates the direction of the tracks

Regardless of which side of the track they are on it instantly communicates to the player which direction the trains are expected to be coming from because, it's the direction that the train can actually easily be expected to see the signal. (Notice however the player can still see the signal for either it's just slightly more opaquely from the backside). I noticed that near the intersection the signal acquire what look like a few chevrons (<<) to indicate direction, which is helpful, if a bit overt.

For new and experienced player It might be a bit easier mentally to know that than having to remember which side of the tracks the signals are on for when train is going north / south | east / west. Eventually your brain will map full green light vs half visible green light into grokking the train direction subconsciously in a way that does not depend on the positional location of the indicator, only it's relative shape (which the brain is faster at scanning for qualitative analytics, versus position which it is better used for quantitative ones).

In any event looking forward to playing with the new higher res tiles!
Last edited by radeor on Fri Jan 06, 2017 9:21 pm, edited 1 time in total.

Koub
Global Moderator
Global Moderator
Posts: 7197
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Koub »

I understood almost nothing in the top part, except we can expect graphical sexyness, and it's god for me :).

The bottom part looks promising :).
Koub - Please consider English is not my native language.

User avatar
ledow
Long Handed Inserter
Long Handed Inserter
Posts: 97
Joined: Sat Sep 24, 2016 3:00 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by ledow »

Top bit too techy - I've read OpenGL Superbible back-to-front a thousand times and understand it, but I'm a mathematician.

Summary for those not mathematical: By pre-calculating some of the graphics transparency, we can speed up overlapping images rendering on screen, and make them reinforce (flame on flame) or cancel each other out (e.g. flame over the top of a tree) easily with one graphic.

The rest looks really pretty, but too much tempting and not enough changes!

Getting bored with 0.14 at the moment, and only like playing vanilla.

User avatar
AncientCulture
Burner Inserter
Burner Inserter
Posts: 9
Joined: Sat Oct 17, 2015 2:46 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by AncientCulture »

The new high res texture look really great :)

But I wonder when (and if) the terrain textures get also an high-res version.

Especially in this screenshot the low-res terrain texture standsout. Will this also be part of .15?

maniak1349
Long Handed Inserter
Long Handed Inserter
Posts: 64
Joined: Mon Nov 03, 2014 12:28 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by maniak1349 »

Is there some rough estimate on how much VRAM will be required to play with high-res textures when every single texture in the game will have a high-res version?

New rails and signals are really beautiful. The only thing - aren't rails themselves looking a little too thin? There're trains with wagons full of ore and coal running on them after all.

ske
Filter Inserter
Filter Inserter
Posts: 411
Joined: Sat Oct 17, 2015 8:00 am
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by ske »

What color space are those alpha computations operating on?

I'm asking this because in a nonlinear colorspace (like sRGB with its gamma scaling) you cannot simply add two light intensities by adding numbers. In linear RGB you can do that, though.

I'm not up to date on how graphics are currently rendered. Ideally the R, G, B-intensities would be represented in linear by a high resolution 32bit number when rendering where individual intensities can simply be added. A filter then can apply the gamma curve on the linear number to convert each channel to 8bit for the output to screen as sRGB (or similar).

If you're interested in the details, this page has a good explanation: http://ninedegreesbelow.com/photography ... troduction

Loewchen
Global Moderator
Global Moderator
Posts: 8301
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Loewchen »

I think the red light of the block signal needs a bit more brightness.

Cutemine
Inserter
Inserter
Posts: 45
Joined: Mon Jun 27, 2016 8:00 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Cutemine »

really nice graphics!
Also, you might consider MathJax for the formulas instead of PNGs (Wich is a possible Fallback in MathJax) for increased readability in almost any browser at any fontsize.

User avatar
hitzu
Filter Inserter
Filter Inserter
Posts: 530
Joined: Tue Sep 09, 2014 5:55 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by hitzu »

Could you add few nodes in the middle of the curved tracks?

posila
Factorio Staff
Factorio Staff
Posts: 5201
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by posila »

maniak1349 wrote:Is there some rough estimate on how much VRAM will be required to play with high-res textures when every single texture in the game will have a high-res version?
Our initial estimate was 2GB, but it seems there will be also lot of new graphics so more might be required in the end. But I hope we will be able to make it work reasonably well with 2GB cards.
ske wrote:I'm asking this because in a nonlinear colorspace (like sRGB with its gamma scaling) you cannot simply add two light intensities by adding numbers. In linear RGB you can do that, though.
Factorio rendering is not gamma correct, but nobody seems to mind.

Marconos
Filter Inserter
Filter Inserter
Posts: 301
Joined: Mon Jun 02, 2014 10:46 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Marconos »

Really enjoy the posts. The graphics descriptions was great to see and understand. Looking great, can't wait to pump these new graphics through my system!!

Stripes
Burner Inserter
Burner Inserter
Posts: 9
Joined: Fri Dec 09, 2016 10:37 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Stripes »

Ah, the math, an language of Universe!

...Even if exact details, beyond "what does what" went above my head :D

But! New graphics is positively knee breaking gorgeous!

User avatar
SeigneurAo
Long Handed Inserter
Long Handed Inserter
Posts: 57
Joined: Tue Oct 18, 2016 11:13 am
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by SeigneurAo »

New HD graphics are really gorgeous. Can't wait !
maniak1349 wrote:Is there some rough estimate on how much VRAM will be required to play with high-res textures when every single texture in the game will have a high-res version?
From the FAQ :
What are the recommended PC requirements?
4GB RAM*, 1GB dedicated video memory**, Dual core 2ghz processor*, 1280x720 screen resolution.
*The requirements grow with the size of the map, so huge maps require even more memory and processing power.
**For the high resolution option which will be available in version 0.15 and further 4GB of video memory will be needed.

User avatar
LotA
Fast Inserter
Fast Inserter
Posts: 117
Joined: Fri Oct 10, 2014 11:41 am
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by LotA »

2GB VRAM is not much nowadays... todays graphic cards are bundled with 4 or even 8 GBs

If the HD graphics only require 2GB ram, Then how about it being the base graphic, and then the current graphic would be the "low-quality" setting? ^^

The signals look sexy, but i'm still missing moar rail curves ;)

Mengmoshu
Long Handed Inserter
Long Handed Inserter
Posts: 53
Joined: Tue May 26, 2015 11:24 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Mengmoshu »

There are a lot of people (and me) using machines that wouldn't meet the spec for the new high-res graphics. The current normal graphics are a pretty safe option, since the lower resolution is pretty terrible. I've always felt that defaults should be on the least-common-denominator side of things. This protects people who don't think to check settings before they jump in, and then possibly don't think to check the right ones if they have a problem.

Epic_Wink
Manual Inserter
Manual Inserter
Posts: 4
Joined: Tue Aug 16, 2016 11:53 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Epic_Wink »

Oh wow people outside of physics/engineering who know how to typeset equations properly! Nice one Posila!

Losash
Inserter
Inserter
Posts: 46
Joined: Sun May 08, 2016 5:06 am
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by Losash »

Why is the horizontal train station 3D model turned sligtly clockwise? Or it's just a preview, and placed rougly by hand? I checked straight lines in paint, and yeah, it's turned.

User avatar
ABOG19
Burner Inserter
Burner Inserter
Posts: 10
Joined: Fri Sep 30, 2016 10:46 pm
Contact:

Re: Friday Facts #172 - Blending and Rendering

Post by ABOG19 »

Losash wrote:Why is the horizontal train station 3D model turned sligtly clockwise? Or it's just a preview, and placed rougly by hand? I checked straight lines in paint, and yeah, it's turned.
Train bumped into it and bent the metal. :D

I had to go back and have a look again, good eye!

Post Reply

Return to “News”