Sphere Mapping Must UseEye Space
Reflection vector should be in eye space
- (0, 0, 1) vector maps straight back at viewer
- Maps to center of 2D texture
- (0, 0, -1) vector looks straight through object
- Maps to “edge” of sphere map circle
- Makes linear 2D texture coordinate interpolation “reasonable”
- still distortion and grazing reflection issues