Post your Irrlicht gameplay video here

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
Post Reply
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Post by ACE247 »

I don't really get what you mean with that post Escen. "If Namibia is too bright, ace247 did not watched it" ?? Your English is a bit messy, allthough I'm kinda used to that here in Nam.
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Post by Escen »

Sorry, I was not clear enough!
If you post a Youtube video there's a coloured country indicator, presenting the amount of hits per Country. Like this image:
Image
I notes Namibia only needs a few hits to get dark very quickly. (maybe this is related to the amount of internet connections) .
So I assume when it's getting dark very quickly you are one of the few people visiting the video.
So.. Go for it, your have your own region, make them all dark.
I was only encouraging you to visit all videos and darken your area on YouTube, because you have the power.
this colour as a reverence and call it the 'ACE curious indication' or ACI. It's a must have Wink
Now if someone post a new video, everyone wants your "Namibia Visit", that's what I call an ACI approval. It was a joke...
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Post by ACE247 »

Oh. Now I get it. :lol: Nice one. Ps my name actually comes from my pilot call sign. Here in Namibia I often get to fly the farm's chopper (On my Own :D ) . My one friend soon called me ACE and that with the chopper's radio call sign (2-47) then stuck.
roelor
Posts: 240
Joined: Wed Aug 13, 2008 8:06 am

Post by roelor »

Escen wrote:Sorry, I was not clear enough!
If you post a Youtube video there's a coloured country indicator, presenting the amount of hits per Country. Like this image:
http://i921.photobucket.com/albums/ad60 ... /chart.jpg
I notes Namibia only needs a few hits to get dark very quickly. (maybe this is related to the amount of internet connections) .
So I assume when it's getting dark very quickly you are one of the few people visiting the video.
The little black country in europe is probally my fault.. I am just way too curious.
Escen
Competition winner
Posts: 167
Joined: Sun Jul 19, 2009 11:27 am
Location: the Netherlands
Contact:

Post by Escen »

Here in Namibia I often get to fly the farm's chopper
That's cool men, what type of helicopter is that?
Few yours ago I flown about 1200 hours in an AS355 as a system operator and navigator.
ACE247
Posts: 704
Joined: Tue Mar 16, 2010 12:31 am

Post by ACE247 »

Its a old russian mi-8, leftover the southafricans captured during angola war and left standing in the bush. About as reliable as the universe. We had it re registered for civilian use after being restored with a fair bit of work and money. Its noisy rattles and guzzles fuel but works great. The engines were overhauled once and the blades recently replaced with carbon composites.

And yes incase you're wondering, namibia has an age restriction for driving a car but somehow not really one for flying an aircraft. Hehe :D Since I'm only 17...
CuteAlien
Admin
Posts: 9720
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

ACE247 wrote: And yes incase you're wondering, namibia has an age restriction for driving a car but somehow not really one for flying an aircraft. Hehe :D Since I'm only 17...
Wow :-)
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
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

http://www.youtube.com/watch?v=TYQq7imJ2Bg

A skinned shader looks more logic in a video, a static image isn't enough :)

I've used as base for this Blindside's skin shader implementation, but adding also the weights of the vertices. (and without memory leaks ;))

I plan on trying to overcome the limitation (hardware limitation) of 1024 floating point values so i can skin more bones (up to 255, which would be the index limit)
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Impressive work you got there done 8)
Tough legs look rubber like ;D
Working on game: Marrbles (Currently stopped).
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

Yeah, that was expected, in fact, that is what happens when you do a LAME rig ^^U
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
stefbuet
Competition winner
Posts: 495
Joined: Sun Dec 09, 2007 4:13 pm
Location: france

Post by stefbuet »

This is my lighting manager
-Deferred rendering with forward rendering for transparent nodes with normal/specular mapping
-Dual paraboloid variance shadow mapping (point lights) (Colored shadows too)
-Bloom, Motion blur, Anti-aliasing with edge detection as post process effect [motion blur & AA desactivated here]
-SSAO
The SSAO is pretty weird and I'm going to try another implementation of it later (the Nvidia's one)

http://www.youtube.com/watch?v=HADCqIfy ... r_embedded
christianclavet
Posts: 1638
Joined: Mon Apr 30, 2007 3:24 am
Location: Montreal, CANADA
Contact:

Post by christianclavet »

Wow, your videos are really impressive guys!

Mel, so it some kind of improvement over the Blindside's hardware skinning. What is the requirement for the shader? (I mean what version of the shader is needed to run it?)

stefbuet, The lighting is beautiful! perhaps it's the video, but I see a dark outline around the statue when the shadow appear in the back (is the the SSAO?) Have you tried how many lights you can have with shadows casting (and keeping a decent framerate), 3 lights seem really good, I wondering if adding more lights would kill the framerate...
stefbuet
Competition winner
Posts: 495
Joined: Sun Dec 09, 2007 4:13 pm
Location: france

Post by stefbuet »

Yeah that's the SSAO which produce this bad black thing because my implementation isn't working as I would like but I'm going to code it again with another method. I will do some benchmark with biger screen size later.
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Project I'm currently working on, I know the graphics suck hard, I haven't really modified anything on graphics part so far, instead I worked on the main framework.
Basically what I have now is events, entities, states working and maybe other stuff that I forgot right now, tough much of stuff still needs fixing/polishing/rewriting,
Oh and the fps camera is used because I need to revise my trigonometry skills ^,^

I used glc to capture video tough I see that it turned too bright at some places.

http://www.youtube.com/watch?v=k5F_xzAgucM

I see many projects that focus on next gen graphics, but for me the gameplay is that matters most, so I plan to work more on gameplay than graphics.
Working on game: Marrbles (Currently stopped).
Brainsaw
Posts: 1177
Joined: Wed Jan 07, 2004 12:57 pm
Location: Bavaria

Post by Brainsaw »

I see many projects that focus on next gen graphics, but for me the gameplay is that matters most, so I plan to work more on gameplay than graphics.
Word. That's why the graphics of my marble game also sux ;).

Btw: why are there so many marble games right now?? ;)
Dustbin::Games on the web: https://www.dustbin-online.de/

Dustbin::Games on facebook: https://www.facebook.com/dustbingames/
Dustbin::Games on twitter: https://twitter.com/dustbingames
Post Reply