Question: Computer Graphics Question 8 Question text What geometry type will the following pseudo code generate? N = 12 for I = 0 to 360 set
Computer Graphics
Question 8 Question text What geometry type will the following pseudo code generate?
N = 12 for I = 0 to 360 set vertex at (1,i,j) set vertex at (1,i,j+180/N) set vertex at (1, i+360/N, j) set vertex at (1, i+360/N, j+180/N)
Select one: a. Triangle Fan b. Triangle Strip c. Quad Strip d. Quad Fan
Question 30 True/False: In Three.js, the Geometry object is created from a series of vertices? False Select one: True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
