Interesting 3D images and videos (Not necesarilly Irrlicht)

Post your questions, suggestions and experiences regarding to Image manipulation, 3d modeling and level editing for the Irrlicht engine here.
pippy3
Posts: 155
Joined: Tue Dec 15, 2009 7:32 am

Post by pippy3 »

REDDemon wrote:I don't think we will have videogames with CryEngine 3 for a long time and when they will come they will need incredible powerfully machines for running.
And aside from the initial "wow factor" what else will it bring to gaming?

Compare how many hours you've played Minecraft and FF7 to how many hours you've played Farcry or UT 3. The gaming mechanics of Crysis was mediocre at best. I've clocked up more hours playing GTA3, which has better gameplay and story.

Real gaming lies in new and edgy mechanics which big studios can't gamble on. That's where we have an upper hand.


I can already see several advantages with Radikalizm's engine: a dream world/ alien world. He can really use that nice atmosphere to his advantage.
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

serengeor wrote:
Radikalizm wrote:For those interested, here's a flythrough of my test-scene
http://www.youtube.com/watch?v=jXaTtxjOMx4
Looks nice :wink:
What are those objects at 0:47? skybox?
Those are part of a skydome yes, but I'm planning to make them into background geometry in the future so I can do some animations

pippy3 wrote:And aside from the initial "wow factor" what else will it bring to gaming?
When used correctly these new graphical effects can drag you into gameplay more, the more we go towards photorealism the more you can actually 'believe' what's happening in the game

But ofcourse, if you make a generic shooter like Crysis (which I personally just installed as a benchmark) the graphics will just be there to make it look somewhat nicer

Game studios have such powerful tools these days, but most of them can't look past the base formulas which were set back in the days of Doom or Quake when making an FPS
I can already see several advantages with Radikalizm's engine: a dream world/ alien world. He can really use that nice atmosphere to his advantage
:D
I just need someone who can make some awesome map geometry to actually realize those worlds, my modelling skills do not go past very basic models
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

And then there was screen-space water! With many thanks to the lovely people who write awesome articles over at gamedev.net

Doesn't have reflections yet though, going to implement flexible render passes before I implement reflections
Image

I'm getting the feeling like I'm hijacking this thread :D
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Radikalizm wrote: I'm getting the feeling like I'm hijacking this thread :D
Hijack as much as you want as long as the images are as nice as this one :wink:
Working on game: Marrbles (Currently stopped).
pippy3
Posts: 155
Joined: Tue Dec 15, 2009 7:32 am

Post by pippy3 »

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

Spline object scattering in Unity3d. Really nice.
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

And another video, this time to show off the water effect in better detail

http://www.youtube.com/watch?v=Ahj4T5s5TIk
stefbuet
Competition winner
Posts: 495
Joined: Sun Dec 09, 2007 4:13 pm
Location: france

Post by stefbuet »

serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

http://www.youtube.com/watch?v=IdMU48sa ... dded#at=35
It's made by trefall, he wrote a component system and posted it here on our forums:http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
The game is also using the component system.

The sun looks pretty nice to me :)
Working on game: Marrbles (Currently stopped).
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

stefbuet wrote:http://www.youtube.com/watch?v=eia-v1JU ... re=related
lens effects are pretty nice
I wonder how long this engine has been in development, this thing can compete with commercially available rendering technologies
viejodani
Posts: 32
Joined: Tue Nov 10, 2009 3:09 pm

Post by viejodani »

What has caught my interest is Overgrowth, just see these two videos

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

http://www.youtube.com/watch?v=FV2BWlUJfbA
-- Never lose your sense of wonder --
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

viejodani wrote:What has caught my interest is Overgrowth, just see these two videos

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

http://www.youtube.com/watch?v=FV2BWlUJfbA
I think that if you'd give an experienced graphics/games programmer or a team the irrlicht SDK, they could easily get similar or even better results

The landscapes and assets shown are nice, but that's just a matter of having talented artists in your team

The skyboxes were baked, the fog in the background in some scenes looked like just regular fog instead of fog created by Mie scattering, and that kind of ruins the wow-factor for me (although I actually shouldn't say anything since my atmospheric scattering and dynamic skyboxes are still far from perfect)

Not saying that it isnt nice, it does look good, but it doesn't really 'wow' me
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

Radikalizm wrote:I think that if you'd give an experienced graphics/games programmer or a team the irrlicht SDK, they could easily get similar or even better results
You could just as well give them any graphics sdk, or even not give them any at all. Since they'd be so experienced that the task would be easy, they could just make a software rasterizer themselves on top of everything. My point is, no.
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

Luben wrote:You could just as well give them any graphics sdk, or even not give them any at all. Since they'd be so experienced that the task would be easy, they could just make a software rasterizer themselves on top of everything. My point is, no.
I didn't mean to break down the graphics shown in the vid at all, as I said all of it looks very nice, I'm just saying that with some time and dedication this could be achieved with irrlicht if the people working on it would know what they were doing
No need for flaming
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post by Luben »

There is not much that can't be done with time and dedication.
What i reacted to was the way you made it sound easy to make something better.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Post Reply