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.
Lambda
Posts: 126
Joined: Wed Feb 27, 2008 3:00 pm
Location: Spain, Huelva
Contact:

Post by Lambda »

Virion wrote:Nice work, Lambda!!

Estoy muy gusta eso. :P (ehh I'm asian)
Thanks!

Actually what you have said is exactly "Here very like that" XD

Also, this technique is only for 1 light, i need to find a way to blend the result of each dot result in a nice way
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Actually what you have said is exactly "Here very like that" XD
oh noooo :oops: :lol: :lol:

I muy parecido?
stefbuet
Competition winner
Posts: 495
Joined: Sun Dec 09, 2007 4:13 pm
Location: france

Post by stefbuet »

You should say :
"Me mucho gusta eso"!

I should say:
No me gusta espagnol, sorry but I don't like difficult languages such as mine (french) or spanish and I've been forced to learn spanish also :D English's better :P
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

Molan mazo, tronco! :P (don't do a direct translation, because outside the spanish language it doesn't make any sense at all XDDD, okay, it means "It's cool budy" :P)

That reminds me of my own shader for normal mapping+lightmapping

http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=31491

It used 2 lights.

I am afraid that the problem of using more lights with a direct shading approach is simply that you have to create code to calculate and add the apportation of every light in the shader. If you want a way to mix many lights in a scene, and that they mix properly, and fast enough, you don't have other way but deferred shading.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Lambda
Posts: 126
Joined: Wed Feb 27, 2008 3:00 pm
Location: Spain, Huelva
Contact:

Post by Lambda »

New update to the shader, it looks a bit better now (i've managed to blend all lights together with a good looking bump style :D)

http://img260.imageshack.us/img260/971/56023767.jpg
Image
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

Lambda wrote:New update to the shader, it looks a bit better now (i've managed to blend all lights together with a good looking bump style :D)

http://img260.imageshack.us/img260/971/56023767.jpg
nice. i like the soft-looking light.
Lambda
Posts: 126
Joined: Wed Feb 27, 2008 3:00 pm
Location: Spain, Huelva
Contact:

Post by Lambda »

Well, i actually only support 4 lights (isn't a problem since i only want to enable the bumpy effect of the near lights, the farther ones will look flat).

I'm now trying to get a nice effect that makes the light look like a volumetric one, its so often used in left 4 dead and also get cubemaps working so i can do reflections without much overhead, also they look so amazing in surfaces (is nice to walk and check that the floor reflects the sky and the rest of the world and dont get your framerate dropped by a 90%) xD
Image
oldskoolPunk
Posts: 199
Joined: Wed Nov 29, 2006 4:07 am

Post by oldskoolPunk »

Hi everybody!

I did a little low-poly kitchen on my day off. I hope everybody has a Happy Thanksgiving !

Image

Image
Signature? I ain't signin nuthin!
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Post by roelor »

Nice!
Virion
Competition winner
Posts: 2148
Joined: Mon Dec 18, 2006 5:04 am

Post by Virion »

nice. i like the second one.
oldskoolPunk
Posts: 199
Joined: Wed Nov 29, 2006 4:07 am

Post by oldskoolPunk »

Thanks alot! Let me post once more just to show some color.

Image
Image
Image
Signature? I ain't signin nuthin!
CuteAlien
Admin
Posts: 9675
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Nice, that's looking really good!
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Post by Escen »

Let's eat some dust!!

Image
3DModelerMan
Posts: 1691
Joined: Sun May 18, 2008 9:42 pm

Post by 3DModelerMan »

That's a cool kitchen scene. Hey Escen, what did you use for that grass?
That would be illogical captain...

My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Post by Escen »

Hey Escen, what did you use for that grass?
Well, nothing special really , just a slightly modified old-fashion grassnode.
I just placed them in a cross to look more like a tussock.

Image
Post Reply