Page 2 of 3

Posted: Tue Jul 06, 2010 12:26 am
by Mel
Nova, great work, i really like it! :)

Here is my addition for this month. I admit it is not a really complex scene at all, it doesn't have fancy shaders, or millions of polygons etc... in fact, everything shown is done with the engine itself, just the engine. And that's the greatest value of this screen.

The engine, as it is, it is really awesome, if you take good care of it, that is :)

ZoomBlur

Image

Posted: Tue Jul 06, 2010 10:35 am
by PI
It's just great, Mel, congrats! :) How about the performance?

Posted: Tue Jul 06, 2010 7:22 pm
by Mel
I am not very sure, it says 141 FPS, so i guess it is not very bad. I admit it may make some redundant redraw (to adjust the rendering) and that the RTT's have the same resolution of the screen, so i guess it is a bit raster dependant effect. The good side is that whatever you put on an RTT can be postprocessed like that, no matter what.

If instead of redrawing to darken, the render could be done by default with a color, like some drawing routines, It'd save some raster time, but this effect was a challenge to create a postprocessing routine without any shaders, and i think i have made it.

Posted: Tue Jul 06, 2010 7:38 pm
by stefbuet
But why don't you want to use shaders ? :o

Posted: Tue Jul 06, 2010 9:38 pm
by PI
...it says 141 FPS, so i guess it is not very bad.
Yeah but it does matter if its 141 FPS on a

Image

or on a

Image

Doesn't it?!? :D :D :D

Posted: Wed Jul 07, 2010 9:29 am
by Mel
stefbuet wrote:But why don't you want to use shaders ? :o
iPhone support, for instance? Well, i guess iPhone has shader support, i was just curious if i could get it, and as an example for those who don't know much about postproduction.

@PI:

I didn't want to make an eficient effect, i wanted to test that i could make it at all, Besides, the second image sure uses shaders, so, i would do a postpro for them that used shaders too :D

Posted: Wed Jul 07, 2010 11:28 am
by BlindSide
stefbuet wrote:But why don't you want to use shaders ? :o
Well Mel is very capable to do shader effects so I don't think it's the usual excuse of "I can't be bothered learning them". :P

Posted: Wed Jul 07, 2010 4:28 pm
by stefbuet
Yep I know I saw his Irrlicht work which is awesome :D

Posted: Tue Jul 20, 2010 12:35 pm
by terier
The Hallway

I was learning GLSL so I made a small demo and I thought it would be quite exciting if I posted it here, too. The Hallway is using XEffects for shadows and my own shaders for post processing - DOF, color washing, contrast etc.

Image[/b]

Posted: Tue Jul 20, 2010 12:54 pm
by nathanf534
We all know lava factory will win, why bother voting? :P

Posted: Tue Jul 20, 2010 9:13 pm
by DtD
I wouldn't be so sure, terier's hallway looks amazing. The screenshot competitions are getting harder and harder to choose which one is the best. (Which is awesome btw)

~David

Posted: Tue Jul 20, 2010 10:32 pm
by Strong99
After the irrlicht competition end 2008 which I realy enjoyed (We need to start some more of those) I worked on a game regarding the same subject as my entry. As a tech demo we currently are remaking the The Island, with a larger and smoother gameplay ;) The Islands balance is beside the riding trains also changing through events and improving population on the island itself, adding and expanding buildings on it.

The submited game for irrlicht and its remake are made in Irrlicht ;) The game "Skyworld: The Island" is made with XNA, but its being ported to Irrlicht for game version 2.0.

http://www.skyworldgame.eu/?page=news&id=3
The Island: Balance remake screenshot:
Image

Posted: Wed Jul 28, 2010 3:29 pm
by lazerblade
This is a screenshot from the discontinued tech demo for ray3d which uses Irrlicht for rendering.


cyberShock:
Image


And yes I am a big fan of system shock 2, that is where I got the inspiration.

Posted: Thu Aug 12, 2010 2:32 pm
by wing64
Exact-2
Technique: DeferredShader, Blinn-Phong, PSVSM, CSM, NormalMap (No AA :oops: )
MRT: Size 512x512
- RT0: ECF_A8R8G8B8 (Albedo)
- RT1: ECF_A8R8G8B8 (Normal)
- RT2: ECF_R32F (Screen space depth non linear.)
Image

Posted: Fri Aug 13, 2010 9:21 am
by Mel
It looks like Killer Instinct, an old U64 game, though, this time, the graphics are in real time. It looks incredible well even without AA.