Prev: Q5, Next: Q7
Lecture notes of the week: W6



# QS6: Week 6 Survey Questions

📗 Enter your ID (the wisc email ID without @wisc.edu) here: and click (or hit the "Enter" key)
📗 Your answers are not saved when you refresh or close the browser. You could print the page: , solve the problems, then enter all your answers at the end.
📗 For all questions except for the last one, you can select one or more choices. You get the point for the question only if you selected all the correct choices.

📗 Question 0


📗 Question 1




📗 Question 2


📗 Question 3




📗 Question 4


📗 Question 5




📗 Question 6


📗 Question 7




📗 Question 8


📗 Question 9


# Grade


 ***** ***** ***** ***** ***** 

 ***** ***** ***** ***** *****

# Submission


📗 Please do not modify the content in the above text field: use the "Grade" button to update.


📗 Please wait for the message "Successful submission." to appear after the "Submit" button. If there is an error message or no message appears after 10 seconds, please email the instructor or make a Piazza post about it. You could submit multiple times (but please do not submit too often): only the latest submission will be counted.
📗 If there are problems with grading, please try Ctrl+F5 or Shift+F5 or Shift+Command+R or Incognito mode or Private Browsing to refresh the cached JavaScript.

📗 [1 points] Which one of the following objects can be added to a scene = new THREE.Scene() using scene.add(x)?





None of the above.
📗 [1 points] A target can be set for which of the following lights using light.target = new THREE.Object3D();?
📗 Note: HemisphereLight does not have a target.





None of the above.
📗 [1 points] Given the only objects in the scene a light = new THREE.PointLight("white", 1, 5) and a sphere = new THREE.Mesh(new THREE.SphereGeometry(1), new THREE.MeshStandardMaterial());, which of the following positions of the sphere result in the sphere being (partially) visible?





None of the above.
📗 [1 points] The color of a point on the surface of a mesh = new THREE.Mesh(new THREE.SphereGeometry(1), new THREE.MeshStandardMaterial()); depends on which of the following? Assume light = new THREE.PointLight(); and mesh is visible under light.





None of the above.
📗 [1 points] Which of the following parameters for a material = new THREE.MeshStandardMaterial(x); show specular reflection of a light = new THREE.PointLight(); on the surface of a sphere = new THREE.Mesh(new THREE.SphereGeometry(1), material);?





None of the above.
📗 [1 points] Which of the following spheres appear the largest when using camera = new OrthographicCamera(5, -5, 5, -5, 0, 10);? Suppose s1 = new THREE.Mesh(new THREE.SphereGeometry(1), new MeshBasicMaterial()); and s2 = new THREE.Mesh(new THREE.SphereGeometry(2), new MeshBasicMaterial());





None of the above.
📗 [1 points] Which of the following points are in the camera frustum of camera = new PerspectiveCamera(45, 1, 2, 4); with camera.position.set(0, 0, 0); and camera.lookAt(0, 0, 1);?





None of the above.
📗 [1 points] Which of the following lines rotate the camera = new PerspectiveCamera(); to look at the position Vector3(1, 1, 1)? Suppose box = new THREE.Mesh(); with box.position.set(1, 1, 1); and scene.add(box);.





None of the above.
📗 [1 points] Please provide additional comments, questions, or feedback: 

📗 [1 points] Why are you submitting this survey?




Note: if you selected the third (please also email me) or forth choice, you only have to complete the last question.





Last Updated: May 07, 2024 at 12:22 AM