Yes – we could do fake reflections with environment maps, and fake per-pixel specular hilites with environment maps.
In the specular hilite case, I think per-pixel lighting is a better choice because environment maps can produce poor per-pixel hilites if the texture res isn’t high enough…when shaders weren’t available they were a great work-around, but now per-pixel lighting is attainable on most cards, and the results look better than an environment map.
For true reflections, we could do a fake environment map – I don’t know how convincing it would be. A dynamic one would look good, but that costs real computing power.
]]>Isn’t there a way to utilize a “fake” reflections just by using phong shading, pre-calculating specular maps realtime by using a polygon normal values ? Yes, it’s a bit “fake” reflection, but it works, it shines, and even on 386 processors 15 or more years ago this approach worked with more than affordable speed.
]]>