1,639 views
1 votes
1 votes
back face removal is an example of

a)object  space method   b)image space method

c)combination of both   d)NOTA

1 Answer

Best answer
3 votes
3 votes

ans will  be A

There are many different hidden surface algorithm,Each can be characterized as either 

1)an image space method( like Z-buffer algo, scan line algo ,subdivision algo)

2)or an object space method  (like back face removal , painters algo or depth sort algo)

 

selected by

Related questions

0 votes
0 votes
1 answer
1
Hc GUPTA asked Oct 18, 2018
367 views
minimum spanning is a spanning tree in which removal of any edges disconnnects the tree.True or false?
0 votes
0 votes
0 answers
2
meghna asked Sep 19, 2018
188 views
Does removal of left factoring from any given CFG, removes all non determinism from it?
0 votes
0 votes
1 answer
3
Mk Utkarsh asked Jan 31, 2018
1,163 views
Remove Left Recursion from the following Context Free Grammar.$S \rightarrow Aa| Sa|c$$A \rightarrow Ab|Sd|e$