Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please complete the assignment below using the code in the image ( NOT MODIFIED CODE ) using the C + + Language: Specifically, you must

Please complete the assignment below using the code in the image(NOT MODIFIED CODE) using the C++ Language:
Specifically, you must address the following rubric criteria:
Construct a complex 3D object using at least two basic 3D shapes. The object you construct should replicate one of the complex objects from your 2D image. You may want to apply different colors to the 3D shapes to better visualize the different parts of the replicated object. Remember, the following basic 3D shapes are available: use are as follows:
Box
Cone
Cylinder
Plane
Prism
Pyramid
Sphere
Tapered cylinder
Torus
Apply transformations so shapes are scaled, rotated, and translated (placed) correctly. This work should be relative to the 2D reference image. For example, if you are working with a cylinder, should it be standing up or lying on its side, based on the image you are referencing? If you are also creating a box, where should you place it relative to the cylinder? What sizes are the two objects when compared to each other? Applying transformations will be easier if you complete these transformations in the right order for your specific object. In general, you should scale first, then rotate, and then translate. Your process will follow this order in most cases, though not always.
Create code that follows a logical flow without syntax errors. The code you create needs to be executable. All the code that is included will have to be reached by the execution. You dont need to write everything as a single function. Your work should be well modularized.
Apply coding best practices in your creations. Pay particular attention to the way you format and comment your code. Program code should be easy to read and follow industry-standard code formatting practices, such as indentation and spacing. The source code should be brief and clear. Use descriptive comments.
What to Submit
Submit a completed ZIP folder with all of your code. Your ZIP folder may include one or multiple CPP files and your Visual Studio project files. Also, the ZIP folder must include an EXE file. Your code cannot run without an EXE file. Check the EXE file as a quick reference on your codes functionality before you submit it. Review the Visual Studio Export Tutorial linked below in the Supporting Materials section for help with submitting this assignment.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

Discuss the steps in human resource planning.

Answered: 1 week ago

Question

What were the reasons for your conversion or resistance?

Answered: 1 week ago

Question

How was their resistance overcome?

Answered: 1 week ago