0
17kviews
Explain Warnocks algorithm used to remove hidden surfaces with example.
1 Answer
written 7.1 years ago by |
Warnock's Algorithm (Area Subdivision Algorithm):-
An interesting approach to the hidden-surface problem was developed by Warnock. He developed area subdivision algorithm which subdivides each area into four equal squares. At each stage in the recursive-subdivision process, the relationship between projection of each polygon and the area of interest is checked …