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.
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

viejodani wrote:One thing that impressed me was the scale and good detail this game has one relatively low hardware like Nintendo Wii

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

Good art assets here to compensate the low polygon capacity
Monolith Soft has a tradition of great looking games (Chrono Cross on PS1, when they were still under the protection of Square Soft, Xenosaga on PS2 with some of the best visuals on a system even more limited than wii, Baten Kaitos on Wii too after they were bought by Nintendo), and their visual FX are also notable. Many people tend to forget the content and focus only on the technic aspect of their programs, and that's a mistake.

Wii is limited graphics-wise (for the current standards, anyway, 10 years ago those graphics were outstanding), But it is great to see games with such rich environments.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
hendu
Posts: 2600
Joined: Sat Dec 18, 2010 12:53 pm

Post by hendu »

serengeor wrote:
hendu wrote:On the topic of what the wii can do, I was rather amazed by Dead Space: Extraction. It looks just as good as DS on PS3, I couldn't spot much difference (obviously there must be lower-res textures etc, but couldn't really spot anything).
Maybe they just didn't made much of a change when porting it from wii to ps3.
It wasn't ported _from_ the wii; it was made for the wii, using some of the existing assets of the first game.
patricia3d
Posts: 8
Joined: Wed Jan 26, 2011 3:28 pm
Contact:

Post by patricia3d »

Blood Drippings
http://www.youtube.com/watch?v=B5b8moyx ... detailpage

I can also give Transparent Background Mov with required Frame Rate Blood Drippings.
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

Yay! I completed my work on flexible render passes for my engine :D
Here's a shot showing off transparency in my deferred renderer using the FRPs
Image
serengeor
Posts: 1712
Joined: Tue Jan 13, 2009 7:34 pm
Location: Lithuania

Post by serengeor »

Looks so nice! :wink:
Working on game: Marrbles (Currently stopped).
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

serengeor wrote:Looks so nice! :wink:
Thanks, appreciate it ;)
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

If any one has a copy of shaderx7 it would be great to know how they managed radiosity with a dynamic scene with AO included, the technique doesnt look like post process since the blue light is visbile on the players without the blue cube being on view


Fast Fake Global Illumination Demo for ShaderX7 (2008)
http://www.youtube.com/watch?v=CbGmsMmXack
"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

I'm not exactly sure how it works, but it includes having spheres throughout your entire scene :) I guess they perform the lighting on the spheres and then reflect their color back into the scene and vice versa
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
omaremad
Competition winner
Posts: 1027
Joined: Fri Jul 15, 2005 11:30 pm
Location: Cairo,Egypt

Post by omaremad »

"Irrlicht is obese"

If you want modern rendering techniques learn how to make them or go to the engine next door =p
Mel
Competition winner
Posts: 2292
Joined: Wed May 07, 2008 11:40 am
Location: Granada, Spain

Post by Mel »

Fairly impressive. The actual speed is a bit slower though, But it is a GI calculation (with all the features enabled, like SSS, or diffuse reflections) completely done on the GPU. The quality achieved is great, comparing it with the time a similar render would take using just the raw CPU power, and leaving the render process further more creates much realistic scenes. Great.
"There is nothing truly useless, it always serves as a bad example". Arthur A. Schmitt
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

Speaking of GI, I've set up a demo to optimize my lighting pipeline
I've fixed some minor bugs in my light accumulation and optimized my SSAO and SSGI techniques; the SSGI used to give me a rather fuzzy output which I had to mask with other post-processing effects, but I got around to fixing and optimizing it, giving me a nice quality and speed boost

Image

It's just one bounce of GI done in screen space, which has some severe limitations, but I can't be bothered with implementing a full-blown GI system just yet
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Imho that's the worst scene for testing SSGI ever :lol:


EDIT: As I've already told devsh, i think you should go for something like this

Image
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

ent1ty wrote:Imho that's the worst scene for testing SSGI ever
I needed a room with bright color contrasts so I could get a clear view of the light actually being bounced correctly, and it worked out perfectly as you can see the green of the left wall bleed through on the floor and on the back wall

The scene you suggested would be nice to test a tonemapping algorithm since there's a lot of detail to preserve, there is however no drastic color contrast in that scene so the effects of a SSGI implementation would be rather subtle and hard to check for correctness
ent1ty
Competition winner
Posts: 1106
Joined: Sun Nov 08, 2009 11:09 am

Post by ent1ty »

Ok, if not that, then something like this

Image

Anyway, will you be sharing the source? :)
irrRenderer 1.0
Height2Normal v. 2.1 - convert height maps to normal maps

Step back! I have a void pointer, and I'm not afraid to use it!
Radikalizm
Posts: 1215
Joined: Tue Jan 09, 2007 7:03 pm
Location: Leuven, Belgium

Post by Radikalizm »

I will be required to make a more complex scene in the end if I want to fully test and stress my lighting pipeline, so don't you worry ;)

And I'm not releasing anything until I'm completely satisfied with it, and I'm not really fond of the idea of having to solve other people's problems with it once I release it either, so there are no plans for doing that just yet

I could however explain how it works, it's rather similar to SSAO tbh
Post Reply