I was looking at the stages in SoulCalibur the other day. Some of those stages, definitely look a bit bump mapped. Either that, or the namco art team, did some really good detailed texture painting work, to fake the bumpy effect, on some of the stages and objects in the background.
Re: Dreamcast/bumpmapping
Posted: Fri Mar 04, 2022 1:44 am
by Anthony817
Yeah that is one of the bump mapped games. On the ground texture you can see it. It looks so good for a launch title, though still not on par with DOA2 I still think Soul Calibur looks amazing on the system. It was one of those games that had a better than arcade version port too I believe enhancing much of the game for the DC.
Re: Dreamcast/bumpmapping
Posted: Fri Mar 04, 2022 2:56 am
by Esppiral
I am pretty sure Soul Calibur does not use bump mapping at all.
Re: Dreamcast/bumpmapping
Posted: Fri Mar 04, 2022 3:10 am
by Anthony817
Are you positive? Because I heard it did only on the level terrain textures. For sure not on the other textures though. Check the first stage, it should be prominent on that one.
Skip ahead to 3:22, I can't seem to get the copied link with timestamp working for some reason.
Edit: 11:57 you can REALLY see it when Inferno is being fought. You can see how it makes it seem like dynamic shadowing on terrain texture from the bump mapping or normal mapping/normals as we call it in Battlefield 2 modding.
Re: Dreamcast/bumpmapping
Posted: Fri Mar 04, 2022 9:11 am
by cloofoofoo
Anthony817 wrote:Are you positive? Because I heard it did only on the level terrain textures. For sure not on the other textures though. Check the first stage, it should be prominent on that one.
Skip ahead to 3:22, I can't seem to get the copied link with timestamp working for some reason.
Edit: 11:57 you can REALLY see it when Inferno is being fought. You can see how it makes it seem like dynamic shadowing on terrain texture from the bump mapping or normal mapping/normals as we call it in Battlefield 2 modding.
Best way to check take an old version of nulldc and run soul calibur. If it has any bumpmapping on the console window it should print out an unhandled texture type error per bumpmap.
Hes most likely right though unless the only bumpmap is inferno stage floor .
Games like death crimson 2 , rayman 2 show this error. They used bump mapping. Some games actually fake bumpmap by rendering/ blend a detail texture on top to darken spots like monoco grandprix/ racing simulation/ f1 racing championship.
Re: Dreamcast/bumpmapping
Posted: Sat Sep 17, 2022 11:06 am
by Gabbyjay
I remember Hideki Sato himself saying in an interview that the Dreamcast does not support real Bump-Mapping, but fakes it with pretty much the same effect.
Of course there may be games with real bump mapping - but the hardware having the function is a different story.
Re: Dreamcast/bumpmapping
Posted: Sat Sep 17, 2022 12:14 pm
by cloofoofoo
Gabbyjay wrote:I remember Hideki Sato himself saying in an interview that the Dreamcast does not support real Bump-Mapping, but fakes it with pretty much the same effect.
Of course there may be games with real bump mapping - but the hardware having the function is a different story.
This was explained a while back, its proper bump mapping but its entirely different method from normal. Heres a more in depth explanation on it
Dreamcast had a normal map texture format and could do dot products with an incoming light direction to modify the shading of surfaces (you could even change the opacity if you wanted to).
The normal map vectors, however, were not stored in Cartesian coordinates but in a polar-ish form. At the time I was worried that, if we used Cartesian coordinates, the cost of renormalisation of the vectors in the texture (e.g. due to bilinear filtering) and of the per-vertex light vectors would be too high. I shouldn't have worried since 1) re-normalisation can be done with relatively little hardware and 2) when other hardware came along that did normal mapping with Cartesian vectors I don't think it did either.
Re: Dreamcast/bumpmapping
Posted: Sat Sep 17, 2022 12:25 pm
by Gabbyjay
So it just adds some calculations for the conversion... interesting.
I love how honest Hideki Sato was about the DC-hardware back then.
You don't see that too often when people promote their hardware.