1. Homepage
  2. Programming
  3. ECE4122/ECE6122 Advanced Programming Techniques for Engineering Applications - Lab 3: OpenGL with OBJ files and Multiple Objects

ECE4122/ECE6122 Advanced Programming Techniques for Engineering Applications - Lab 3: OpenGL with OBJ files and Multiple Objects

Engage in a Conversation
GaTechECE4122ECE6122Advanced Programming Techniques for Engineering ApplicationsOpenGL3D graphicsC++

ECE 4122/6122 Lab 3: OpenGL with OBJ files and Multiple Objects CourseNana.COM

(100 pts) Category: 3D Graphics CourseNana.COM

Due: Tuesday October 22th, 2023 by 11:59 PM CourseNana.COM

Objective: CourseNana.COM

To create a dynamic 3D graphics application using lighting, shading, model transformations, and keyboard inputs. CourseNana.COM

Description: CourseNana.COM

You can use the code from tutorial09_Assimp to create a C++ application that loads in the obj files for the 3D chess pieces and the chess board. CourseNana.COM

Modify the keyboard inputs so that (5 points each) CourseNana.COM

  1. 1)  ‘w’ key moves the camera radially closer to the origin. CourseNana.COM

  2. 2)  ‘s’ key moves the camera radially farther from the origin. CourseNana.COM

  3. 3)  ‘a’ key rotates the camera to the left maintaining the radial distance from the origin. CourseNana.COM

  4. 4)  ‘d’ key rotates to camera to the right maintaining the radial distance from the origin. CourseNana.COM

  5. 5)  The up arrow key radially rotates the camera up. CourseNana.COM

  6. 6)  The down arrow radially rotates the camera down. CourseNana.COM

  7. 7)  The ‘L’ key toggles the specular and diffuse components of the light on and off but leaves the CourseNana.COM

    ambient component unchanged. CourseNana.COM

  8. 8)  Pressing the escape key closes the window and exits the program CourseNana.COM

Points grading: CourseNana.COM

  • 30 Points – loading obj files and displaying the chess pieces. CourseNana.COM

  • 30 Points – rotating and placing the chess pieces in the correct location and orientation CourseNana.COM

  • 40 Points – keyboard control described above CourseNana.COM

  • 5 pts extra credit the textures are applied correctly to the chess pieces and chessboard. CourseNana.COM

  • 5 pts extra credit make a short, narrated video of your program in action. (include it in the zip CourseNana.COM

    file) CourseNana.COM

Turn-In Instructions CourseNana.COM

Create a Lab3 folder at the same level as the other tutorialxx _xx folders and place your code and the attached folders containing the obj file information in that folder. CourseNana.COM

Modify the top level CMakeLists.txt file to build your Lab3 application. You can make any needed changes to the files in the common folder to handle the keyboard input. CourseNana.COM

Zip up the folders Lab3 and common into Lab3.zip and upload this zip file on the assignment section of Canvas. When the TAs replace the existing folders with yours and the code should compile and run correctly. You can also include a short, narrated video of your program in action. CourseNana.COM

Grading Rubric: CourseNana.COM

If a student’s program runs correctly and produces the desired output, the student has the potential to get a 100 on his or her homework; however, TA’s will look through your code for other elements needed to meet the lab requirements. The table below shows typical deductions that could occur. CourseNana.COM

AUTOMATIC GRADING POINT DEDUCTIONS PER PROBLEM: CourseNana.COM

Element CourseNana.COM

Percentage Deduction CourseNana.COM

Details CourseNana.COM

Does Not Compile Does Not Match Output CourseNana.COM

LATE POLICY CourseNana.COM

Late Deduction Function CourseNana.COM

40%
Up to 90%
CourseNana.COM

Code does not compile on PACE-ICE!
The code compiles but does not produce correct outputs.
CourseNana.COM

Clear Self-Documenting Coding Styles CourseNana.COM

Up to 25% CourseNana.COM

This can include incorrect indentation, using unclear variable names, unclear/missing comments, or compiling with warnings. (See Appendix A) CourseNana.COM

Element CourseNana.COM

Percentage Deduction CourseNana.COM

Details CourseNana.COM

score – 0.5 * H CourseNana.COM

H = number of hours (ceiling function) passed deadline CourseNana.COM

Indentation: CourseNana.COM

Appendix A: Coding Standards CourseNana.COM

When using if/for/while statements, make sure you indent 4 spaces for the content inside those. Also make sure that you use spaces to make the code more readable.
For example:
CourseNana.COM

for (int i; i < 10; i++)

{ CourseNana.COM

j = j + i; } CourseNana.COM

If you have nested statements, you should use multiple indentions. Each { should be on its own line (like the for loop) If you have else or else if statements after your if statement, they should be on their own line. CourseNana.COM

for (int i; i < 10; i++)

{
if (i < 5)
CourseNana.COM

{
counter++;
CourseNana.COM

k -= i; } CourseNana.COM

else CourseNana.COM

{ CourseNana.COM

k +=1; } CourseNana.COM

j += i; } CourseNana.COM

Camel Case: CourseNana.COM

This naming convention has the first letter of the variable be lower case, and the first letter in each new word be capitalized (e.g. firstSecondThird). CourseNana.COM

This applies for functions and member functions as well!
The main exception to this is class names, where the first letter should also be capitalized.
CourseNana.COM

Variable and Function Names: CourseNana.COM

Your variable and function names should be clear about what that variable or function represents. Do not use one letter variables, but use abbreviations when it is appropriate (for example: “imag" instead of “imaginary”). The more descriptive your variable and function names are, the more readable your code will be. This is the idea behind self-documenting code. CourseNana.COM

CourseNana.COM

File Headers: CourseNana.COM

Every file should have the following header at the top CourseNana.COM

/*
Author: your name
Class: ECE4122 or ECE6122 (section) Last Date Modified: date
CourseNana.COM

Description:
What is the purpose of this file? */
Code Comments: CourseNana.COM

  1. Every function must have a comment section describing the purpose of the function, the input and output parameters, the return value (if any). CourseNana.COM

  2. Every class must have a comment section to describe the purpose of the class. CourseNana.COM

  3. Comments need to be placed inside of functions/loops to assist in the understanding of the flow of CourseNana.COM

    the code.  CourseNana.COM

Get in Touch with Our Experts

WeChat (微信) WeChat (微信)
Whatsapp WhatsApp
GaTech代写,ECE4122代写,ECE6122代写,Advanced Programming Techniques for Engineering Applications代写,OpenGL代写,3D graphics代写,C++代写,GaTech代编,ECE4122代编,ECE6122代编,Advanced Programming Techniques for Engineering Applications代编,OpenGL代编,3D graphics代编,C++代编,GaTech代考,ECE4122代考,ECE6122代考,Advanced Programming Techniques for Engineering Applications代考,OpenGL代考,3D graphics代考,C++代考,GaTechhelp,ECE4122help,ECE6122help,Advanced Programming Techniques for Engineering Applicationshelp,OpenGLhelp,3D graphicshelp,C++help,GaTech作业代写,ECE4122作业代写,ECE6122作业代写,Advanced Programming Techniques for Engineering Applications作业代写,OpenGL作业代写,3D graphics作业代写,C++作业代写,GaTech编程代写,ECE4122编程代写,ECE6122编程代写,Advanced Programming Techniques for Engineering Applications编程代写,OpenGL编程代写,3D graphics编程代写,C++编程代写,GaTechprogramming help,ECE4122programming help,ECE6122programming help,Advanced Programming Techniques for Engineering Applicationsprogramming help,OpenGLprogramming help,3D graphicsprogramming help,C++programming help,GaTechassignment help,ECE4122assignment help,ECE6122assignment help,Advanced Programming Techniques for Engineering Applicationsassignment help,OpenGLassignment help,3D graphicsassignment help,C++assignment help,GaTechsolution,ECE4122solution,ECE6122solution,Advanced Programming Techniques for Engineering Applicationssolution,OpenGLsolution,3D graphicssolution,C++solution,