Post Your Irrlicht Screenshots / Render Here.

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

In fact, i've already done some tests with b3d, shadow maps, and 2 UV coordinates sets, but b3d messes completely the textures when mixed with Direct X meshes. They turn 16 bit, and affect textures which they should leave alone as they don't belong to the b3D model. Anyway. It would be nice that Irrlicht had also support for two sets of mapping coordinates and tangent space data in the vertices, and that they were passed correctly to the shaders.

Currently, watching to the vertices constructors , it only supports, either normal vertices (1 set of UV, Vertex colour, and only the normal) or Tangent data vertices (1set of UV, vertex colour and tangent/binormal/normal data OR normal data, plus 2 sets of UV coordinates.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

BlindSide wrote:Omar has done realtime GI/AO too, maybe he will share some of his screens with us. :D
Nice, I'm looking forward to it.

By the way, I'm still fooling around with SSAO. This time, I can query the position texture map of the the first pixel and then compare it with the position of the sampled pixel. That's all I have for now, my next step is determining the occlusion factor which will get me the darkness value of the pixel.

And it looks like I don't need a sphere sample, tho. What I really need is a simple radius so I can figure how far it can sample from the current pixel.

I'm hoping omaremad comments on it since he has figured out SSAO already.

Image

Dang, what am I saying... it turns out I still need the sphere sample to know the occlusion factor.
Last edited by dlangdev on Fri Dec 12, 2008 6:39 pm, edited 1 time in total.
Image
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

looks impressive. I've read that SSAO seems quite GPU demanding, how fast does that run?
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

Well, I would imagine newer recently released GPUs can render fast. As fast as the one demonstrated in this webpage...

http://www.editmygame.com/aeroplane/ind ... &Itemid=58
Image
fmx

Post by fmx »

They seem to be selling a plugin for Torque, $29.95
http://www.ubiqvisuals.com/index.php?op ... d=46%C2%A0

Newer GPU's possibly could render it fast, but what percentage of people playing your game would have a bleeding-edge graphics-card?

Not many, if any
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

Well, if the card supports Deferred Shading, then it should run just fine.
Image
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

fmx wrote:They seem to be selling a plugin for Torque, $29.95
http://www.ubiqvisuals.com/index.php?op ... d=46%C2%A0

Newer GPU's possibly could render it fast, but what percentage of people playing your game would have a bleeding-edge graphics-card?

Not many, if any
To support SSAO it doesn't have to be that bleeding edge. I mean, it runs just fine on an old card like the ATI Raedon 200M Xpress.
TheQuestion = 2B || !2B
Cloudef
Posts: 123
Joined: Wed Dec 03, 2008 9:02 pm
Location: Finland

Post by Cloudef »

@Mel
Max has render to texture feature. Tho it does not make the best uvw maps in the world and can often look really weird so its not probably a good choice. And seeing your models i think you knew that already :wink:
fmx

Post by fmx »

Halifax wrote:
fmx wrote:They seem to be selling a plugin for Torque, $29.95
http://www.ubiqvisuals.com/index.php?op ... d=46%C2%A0

Newer GPU's possibly could render it fast, but what percentage of people playing your game would have a bleeding-edge graphics-card?

Not many, if any
To support SSAO it doesn't have to be that bleeding edge. I mean, it runs just fine on an old card like the ATI Raedon 200M Xpress.
fair-enough. I've been using an ancient card for so long, I've lost track of when bleeding-edge filtered into mainstream :oops:
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

@cloudef. hehe, well, if the machine can't do good UVW maps on its own, let's help it a bit, isn't it ;) although for shadow mapping it makes the thing surprisingly well, i must admit.

In fact, it is better to have low resolution in the shadow maps, it turns them into nice soft shadows effects.

This is exported to B3D, using the fixed pipeline, the mapping coodinates max generated, and the shadow maps.
Image

This is merely a "simulation" (read Max8 rendered screen) but using the actual meshes, textures , light maps, and the closest to the realtime, shaders, of what i'd like to achieve.
Image

Something i don't like of B3D meshes is that they set their own rendering settings, so they may look different from the same mesh in DX format. It looks worse, imo.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Dark_Kilauea
Posts: 368
Joined: Tue Aug 21, 2007 1:43 am
Location: The Middle of Nowhere

Post by Dark_Kilauea »

I like the darker, creepier feel.
rogerborg wrote:Every time someone learns to use a debugger, an angel gets their wings.
psychophoniac
Posts: 101
Joined: Wed Dec 03, 2008 5:33 pm
Location: ger

Post by psychophoniac »

wow, this looks almost professional!
if you'd add some nice shadows, it would be really perfect.
i love skateboarding!
Cloudef
Posts: 123
Joined: Wed Dec 03, 2008 9:02 pm
Location: Finland

Post by Cloudef »

Hey that looks good :P
But yeah the max render looks better (well usually..), maybe you get similar render on irrlicht too :wink:
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

Hey Blindside,

You have no idea what XEffects can do besides post-processing game rendered images...

Image

Image

Image

Eventually, when I get the lighting and ambient occlusion sorted out, along with the textures defined, post-process will output images like the one shown above.
Image
dlangdev
Posts: 1324
Joined: Tue Aug 07, 2007 7:28 pm
Location: Beaverton OR
Contact:

Post by dlangdev »

Here's a screenshot showing a sample workflow:

Blender-->ZBrush-->Irrlicht

Image
Image
Post Reply