[solved]-Unit Explored Basic Concepts Color Color Blending Transparency Unit 4 Assignment Must Demo Q39070197
In this unit, we explored basic concepts of color, colorblending, and transparency. For the unit 4 assignment, you mustdemonstrate your ability to utilize color blending, transparency,shading, and light in computer graphics. Beginning with the exampleprogram, create a program that will create 4 – 3 dimensionalobjects. You can use any of following geometries supported withinthe Three.js library:
Sphere
Cube
Cylinder
Torus
Torus Knot
Tube
Using your selected geometry, create a scene in which there are 4objects that appear as follows.

One of the objects must be colored with a texture. You canselect any picture image that you would like for the texture. Oneof the objects should demonstrate transparency. There must beenough of the image showing so that we can see that the imageexists but it must be partially transparent. A third object shoulddemonstrate the use of a solid basic color, and the fourth shoulddemonstrate the reflection of the local light source.
Make sure that you document your code with liberal comments toensure that a reviewer understands what you were attempting to dowithin the assignment.
Grading
When you have completed the assignment, you must click on theshare button and copy both the “Live and Full Preview” and the“Code View” URL’s and submit with your assignment.
You will have ONE WEEK to complete this assignment and it is dueat the end of this unit. Your assignment will be assessed (graded)by your peers using the following rubric. You should post thisassignment by submitting the URL’s from the Jsbin.com environmentfor both the “Live and Full Preview” and the “Code View”. You canalso submit your JavaScript code but you should only cut and pastethe code into the submission dialogue box. DO NOT attach the sourcecode document.
Grading Criteria
- Did the assignment output include 4 – 3D objects selected fromthe list? (Yes/No) (Sphere, Cube, Cylinder, Torus, Torus Knot,Tube)
- Was a texture applied to one of the objects? (Yes/No)
- Was a basic color applied to one of the objects? (Yes/No)
- Did the assignment demonstrate the ability to transform theobject including:
- Scaling – increase and decrease the size of the object(Yes/No)
- Rotation – spin the object about its axis (Yes/No)
- Transformation – move the object in 3D space to anotherposition (Yes/No)
- Was the JavaScript / Three.js code well documented (Scale of1-4 where 1 is no comments and 4 is comprehensive comments)
Expert Answer
Answer to In this unit, we explored basic concepts of color, color blending, and transparency. For the unit 4 assignment, you must… . . .
OR

