. All the hidden surface algorithms employee image space approach except ? A. Depth sort method B. Scan line method C. Depth buffer method D. Back face removal
Answer: D Explanation: A simple object space algorithm is Back-Face removal (or back face cull) where no faces on the back of the object are displayed. It can only be used on solid objects modeled as a polygon mesh.