Welcome, Unregistered.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Reply
Old 07-Feb-2009, 21:11   #1
DeadlyNinja
Senior Member
 
Join Date: Jan 2007
Posts: 1,221
Default What technology's used for the dynamic shadows Overlord for Wii?

I just saw some new footage from NYC Comic Con for Overlord Dark Legend for the Wii. The shadowing is amazing. At first, I thought they were using pre-baked shadows, but then I saw the HD youtube video and notice the shadows are projected onto the character!



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

Click watch in HD to really see it in action.

The pop-ups are pretty bad, but I'm used to seeing it after hours of Crysis on my PC. Still, that's pretty crazy. I read something about dynamic light maps recently, could they be using dynamic light maps?
DeadlyNinja is offline   Reply With Quote
Old 07-Feb-2009, 22:01   #2
DieH@rd
Senior Member
 
Join Date: Sep 2006
Posts: 1,432
Default

So self shadowing? Shadow of the Collossus team created a nice selfshadow sistem on PS2

Go here a see it for yourself, its a nice read:
http://edusworld.org/ew/ficheros/200...g_of_sotc.html

__________________
“It is Microsoft. And I will kill them.
—Sony Computer Entertainment President and CEO Ken Kutaragi, asked in 1994 who he thought the biggest competition would be for his upcoming PlayStation game console.
DieH@rd is offline   Reply With Quote
Old 07-Feb-2009, 22:43   #3
DeadlyNinja
Senior Member
 
Join Date: Jan 2007
Posts: 1,221
Default

It's not self shadows, at least not from what I understand of self shadows. The trees can cast their shadows on the character, but self shadows only casts them on themselves. Besides, I think only the characters cast shadows in SOTC, whereas this game, you can clearly see shadows on everything, and they are projected onto the characters.
DeadlyNinja is offline   Reply With Quote
Old 08-Feb-2009, 00:36   #4
Mobius1aic
Quo vadis?
 
Join Date: Oct 2007
Location: Texas, USA
Posts: 1,338
Default

Such a level of shadowing in a Wii game is still pretty impressive. Lots of pop-in though :/
Mobius1aic is offline   Reply With Quote
Old 08-Feb-2009, 12:38   #5
assen
Senior Member
 
Join Date: May 2003
Location: Skirts of Vitosha
Posts: 1,377
Default

Quote:
Originally Posted by DeadlyNinja View Post
It's not self shadows, at least not from what I understand of self shadows. The trees can cast their shadows on the character, but self shadows only casts them on themselves. Besides, I think only the characters cast shadows in SOTC, whereas this game, you can clearly see shadows on everything, and they are projected onto the characters.
Nope.

Casting shadows from one object onto itself is harder than e.g. trees casting on characters, so the term "self-shadowing" is taken to mean "everything casts shadows on everything".

The Wii is inherently capable of dynamic shadows - it's just a matter of overall performance, what tradeoff will be chosen by the developer.
__________________
Twitter
assen is offline   Reply With Quote
Old 08-Feb-2009, 13:10   #6
Rodéric
a.k.a. Ingenu
 
Join Date: Feb 2002
Location: Apsley, U.K.
Posts: 2,738
Default

Quote:
Originally Posted by assen View Post
Nope.

Casting shadows from one object onto itself is harder than e.g. trees casting on characters, so the term "self-shadowing" is taken to mean "everything casts shadows on everything".

The Wii is inherently capable of dynamic shadows - it's just a matter of overall performance, what tradeoff will be chosen by the developer.
I would have said that "self-shadowing" means "it even casts shadows on itself", implying that it's casting shadows over other items already, making it an improvement over "shadowing".
__________________
So many things to do, and yet so little time to spend...
Rodéric is offline   Reply With Quote
Old 08-Feb-2009, 13:23   #7
Nano
Member
 
Join Date: Dec 2007
Location: London, England
Posts: 287
Default

Its very capable of dynamic shadows, and yes I think I saw an instance of self-shadowing which the Wii is also capable of. Just happens to be that few focus on pushing these types of techniques.
Nano is offline   Reply With Quote
Old 08-Feb-2009, 20:47   #8
DeadlyNinja
Senior Member
 
Join Date: Jan 2007
Posts: 1,221
Default

Quote:
Originally Posted by Rodéric View Post
I would have said that "self-shadowing" means "it even casts shadows on itself", implying that it's casting shadows over other items already, making it an improvement over "shadowing".
Ugh, I was always under the impression the word "self" had an important meaning to it. Wait, so let say a character casts a dynamic shadow on the ground, but not on himself, that doesn't quality as self-shadow does it?
DeadlyNinja is offline   Reply With Quote
Old 08-Feb-2009, 21:40   #9
Rodéric
a.k.a. Ingenu
 
Join Date: Feb 2002
Location: Apsley, U.K.
Posts: 2,738
Default

Quote:
Originally Posted by DeadlyNinja View Post
Ugh, I was always under the impression the word "self" had an important meaning to it. Wait, so let say a character casts a dynamic shadow on the ground, but not on himself, that doesn't quality as self-shadow does it?
It doesn't indeed.

I meant that self-shadowing is an improvement over shadowing.
(A number of games don't have self shadowing because of filtering artifacts or just precision issues.)
Quote:
"it even casts shadows on itself"
(Self quoting for the win !! ;p)
__________________
So many things to do, and yet so little time to spend...
Rodéric is offline   Reply With Quote
Old 09-Feb-2009, 13:21   #10
Fafalada
Senior Member
 
Join Date: Feb 2002
Posts: 2,767
Default

Quote:
Originally Posted by DeadlyNinja
could they be using dynamic light maps?
Shadowsmaps (aka shadowbuffers).
GC came with as much native support for this as the Xbox (32bit compare operand), the small VRam just makes it trickier to use.
__________________
"I see Subversion as being the most pointless project ever started."
Linus Torvalds
Fafalada is offline   Reply With Quote
Old 09-Feb-2009, 14:03   #11
sebbbi
Member
 
Join Date: Nov 2007
Posts: 947
Default

They could be using simple projected textures that affect only the character and the ground. 8 bit (or 4 bit) greyscale textures with the trees prerendered at the sun direction and the texture blurred a bit to generate soft shadow look. Blurry projected textures for shadows do not need to be that high resolution either (bilinear filter works very well for low frequency data).
sebbbi is offline   Reply With Quote
Old 09-Feb-2009, 14:53   #12
_phil_
Senior Member
 
Join Date: Jan 2003
Posts: 1,653
Default

Most probably projected textures.
_phil_ is offline   Reply With Quote
Old 09-Feb-2009, 15:03   #13
Fafalada
Senior Member
 
Join Date: Feb 2002
Posts: 2,767
Default

Projected textures are filtered. The overlord shadows painfully aren't - at least in the above blurry video.
Also, there's self shadowing on the overlord.
And last, it's a multiplatform title where projected maps would be a completely different render path, while single-light-source shadow map already works on 2 platforms. It's not that far-fetched IMO.
__________________
"I see Subversion as being the most pointless project ever started."
Linus Torvalds
Fafalada is offline   Reply With Quote
Old 09-Feb-2009, 22:01   #14
fearsomepirate
Dinosaur Hunter
 
Join Date: Sep 2005
Location: Kentucky
Posts: 2,566
Send a message via AIM to fearsomepirate
Default

It might a variant of the technique that Factor 5 developed for self-shadowing on Gamecube:
http://www.gamasutra.com/view/featur...ng_.php?page=3

Also, I wouldn't assume that an effect's presence in a Wii game means it's going to be in the PS2 and PSP versions. If the Wii is the lead platform, I wouldn't be surprised at all to see some of the effects disappear or the overall texture quality reduced.
__________________
Don't vote; it just encourages them.
fearsomepirate is offline   Reply With Quote
Old 09-Feb-2009, 22:50   #15
DeadlyNinja
Senior Member
 
Join Date: Jan 2007
Posts: 1,221
Default

Quote:
Originally Posted by fearsomepirate View Post
It might a variant of the technique that Factor 5 developed for self-shadowing on Gamecube:
http://www.gamasutra.com/view/featur...ng_.php?page=3

Also, I wouldn't assume that an effect's presence in a Wii game means it's going to be in the PS2 and PSP versions. If the Wii is the lead platform, I wouldn't be surprised at all to see some of the effects disappear or the overall texture quality reduced.
There is no PSP/PS2 version of this game. It's ground up for the Wii.
DeadlyNinja is offline   Reply With Quote
Old 10-Feb-2009, 01:41   #16
Fafalada
Senior Member
 
Join Date: Feb 2002
Posts: 2,767
Default

I was talking about PS3/360 versions. I have no idea about the history of Wii version, but visually it looks like a downscaled HD version, right down to the shadows. So even if it's not a direct port, it looks like it was spawned from same code and art base.

While Shadow Buffers can and did get used on PS2/PSP, those two don't have pixel operands that do 32bit compares, so you lose out some further precision. Still doable, but harder.
__________________
"I see Subversion as being the most pointless project ever started."
Linus Torvalds
Fafalada is offline   Reply With Quote
Old 10-Feb-2009, 05:42   #17
Mobius1aic
Quo vadis?
 
Join Date: Oct 2007
Location: Texas, USA
Posts: 1,338
Default

Quote:
Originally Posted by fearsomepirate View Post
It might a variant of the technique that Factor 5 developed for self-shadowing on Gamecube:
http://www.gamasutra.com/view/featur...ng_.php?page=3

Also, I wouldn't assume that an effect's presence in a Wii game means it's going to be in the PS2 and PSP versions. If the Wii is the lead platform, I wouldn't be surprised at all to see some of the effects disappear or the overall texture quality reduced.
The craft in the Rogue Squadron games did have self-shadowing, which already proves the GC and inherently the Wii capable of such techniques. Funny how we wonder to what extent the GC or the Wii can do things, all we have to point to is Rogue Squadron and we get a pretty good idea of what is capable on the GC hardware and easily transposed to the Wii.
Mobius1aic is offline   Reply With Quote
Old 10-Feb-2009, 05:47   #18
Mobius1aic
Quo vadis?
 
Join Date: Oct 2007
Location: Texas, USA
Posts: 1,338
Default

Quote:
Originally Posted by fearsomepirate View Post
It might a variant of the technique that Factor 5 developed for self-shadowing on Gamecube:
http://www.gamasutra.com/view/featur...ng_.php?page=3

Also, I wouldn't assume that an effect's presence in a Wii game means it's going to be in the PS2 and PSP versions. If the Wii is the lead platform, I wouldn't be surprised at all to see some of the effects disappear or the overall texture quality reduced.
The craft in the Rogue Squadron games did have self-shadowing, which already proves the GC and inherently the Wii capable of such techniques. Funny how we wonder to what extent the GC or the Wii can do things, all we have to point to is Rogue Squadron and we get a pretty good idea of what is capable on the GC hardware and easily transposed to the Wii. Also a large amount of shadow mapping in general was present in the RS titles along with copious amounts of bump mapping at the same time (we all love the Hoth levels for that!). Hell, I think I remember reading somewhere that John Carmack stated the GC would've been fine for a Doom 3 port with the shadow maps intact to some reasonable extent had the GC been equiped with more RAM to handle it. With 88 MB + eDRAM of the same size, I wonder if that makes a Doom 3 graphics type game feasible assuming bump maps are reduced in quality and perhaps normal mapping not even included? Also, I think the Quantum 3 engine (the engine for The Conduit) has self-shadowing support. And now that Dead Space has a Wii version in the works, it brings up again the possibility or large scale discussion is whether or not the Wii can support large scale shadow mapping and self-shadowing, as I really hope the Wii version does.
Mobius1aic is offline   Reply With Quote
Old 12-Feb-2009, 17:19   #19
rezuth
Registered
 
Join Date: Dec 2006
Location: Sweden
Posts: 8
Send a message via MSN to rezuth
Default

http://www.revogamers.net/articulos-...-Climax-3.html

Quote:
There’re a couple of things that we did to help, there’re separate processes like the really good shadowing system on there. It would go, generally, with “next-gen” games and PC hardware, but we matched to get it working on the Wii hardware. We’ve tried to make it pretty much for the environment, to give that rich and luster feel. (Shadows from trees and leaves) Walker: yes, our real-time shadow system, that’s exciting, different; it gives us a really nice look. We’ve got bloom effects, 20 minions, 10 enemies on screen. We’ve worked to push the hardware, and there’s a lot going on.
Quote:
Yeah, we did use the TEV stages, which is essentially the graphic hardware of the Wii has. We did that quite a lot, especially to integrate: we had some real time code which generates them, so the shadows could work with that material like on the fly. That’s it, the way that we managed to get our interesting shadowing system was by manipulating the hardware with the TEV stages. (From scratch) It’s designed very much for the Wii hardware, it’s a custom code written specifically to get high performance out of the hardware.
Quote:
Ric: The level of detail that we’ve got on Wii is probably unparalleled at the moment. It’s thanks to the engine that we’re using, but it also is thanks to the techniques that we’re using, as well. We’re using a lot of instant shading, we’re doing visual calling, so when you go around corners things are added on the fly. We’ve managed to pack in an abnormal amount of data in only 64 MB around, so it’s quite an accomplishment.
rezuth is offline   Reply With Quote
Old 12-Feb-2009, 21:33   #20
DeadlyNinja
Senior Member
 
Join Date: Jan 2007
Posts: 1,221
Default

Quote:
Originally Posted by Rodéric View Post
It doesn't indeed.

I meant that self-shadowing is an improvement over shadowing.
(A number of games don't have self shadowing because of filtering artifacts or just precision issues.)

(Self quoting for the win !! ;p)
Thanks man. I knew my knowledge of shadowing is insufficient. That's why I made this post.
DeadlyNinja is offline   Reply With Quote
Old 14-Feb-2009, 19:14   #21
homerdog
hardly a Senior Member
 
Join Date: Jul 2008
Location: still camping with a mauler
Posts: 3,637
Default

Quote:
Originally Posted by Rodéric View Post
I meant that self-shadowing is an improvement over shadowing.
(A number of games don't have self shadowing because of filtering artifacts or just precision issues.)
And some games shouldn't have self shadowing for those reasons. Especially games with lots of closeups and dialog.
Bioware
homerdog is offline   Reply With Quote
Old 15-Feb-2009, 01:08   #22
Neb
Iron "BEAST" Man
 
Join Date: Mar 2007
Location: NGC2264
Posts: 8,384
Default

Quote:
Originally Posted by homerdog View Post
And some games shouldn't have self shadowing for those reasons. Especially games with lots of closeups and dialog.
Bioware
While one could point fingers at Mass Effect I do enjoy that I can up the shadow res to make it look good on closeups!
__________________
"If you told me that if I ate a kilo of shit I would put on a pound of muscles, I would do it." -Arnold Schwarzenegger
Neb is offline   Reply With Quote
Old 15-Feb-2009, 03:58   #23
homerdog
hardly a Senior Member
 
Join Date: Jul 2008
Location: still camping with a mauler
Posts: 3,637
Default

Meh, no matter how high I cranked it I could never make it look good, so I ended up raising the depth bias to get rid of self shadows on faces while keeping them on bodies. Come to think of it I've never seen a game that pulled off good looking self shadows on faces - not even Crysis, no matter how high the shadowmap res is cranked. Guess there's just not enough precision or something.
homerdog is offline   Reply With Quote
Old 15-Feb-2009, 05:37   #24
Fafalada
Senior Member
 
Join Date: Feb 2002
Posts: 2,767
Default

Quote:
Originally Posted by homerdog
Come to think of it I've never seen a game that pulled off good looking self shadows on faces - not even Crysis, no matter how high the shadowmap res is cranked.
It's a resolution distribution problem, not precision. It's an inherent limitation of linear-projection with shadowmaps, balooning the resolution is just a bandaid, not solution.

That said, Uncharted does a pretty good job at close-up shadow details, facial or otherwise (and the sequel looks to be even better). Wonder if they'll ever share whether it's special treatment of closeup shadows or they actually use some fancier method of distributing the shadow texels.
__________________
"I see Subversion as being the most pointless project ever started."
Linus Torvalds
Fafalada is offline   Reply With Quote
Old 15-Feb-2009, 15:14   #25
homerdog
hardly a Senior Member
 
Join Date: Jul 2008
Location: still camping with a mauler
Posts: 3,637
Default

I see, thanks. That reminded me of something.

http://software.intel.com/file/1497 - page 11


This is touted as a Larrabee only technique but I wonder, would other hardware be able to achieve something similar?
homerdog is offline   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 23:02.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.