Computer Science Question

Computer Science Question. Computer Science Question.

OverviewThis week you will be continuing to work on the 3D scene you already
began to build, based on a 2D image you selected. Now it is time to
incorporate input devices and camera movement so you will be able to
traverse your scene more easily.
PromptYou will complete your work in Visual Studio, being sure to work from
the project file you already created in a previous milestone. This file
already has the libraries set up correctly and contains the 3D object
you built, which will be necessary for you to add to this week.
Specifically, you must address the following rubric criteria:
Create a 3D plane to situate a 3D scene. This will
serve as the base for the rest of the objects in your world. Depending
on your 2D image this plane may be used to represent a desk, the ground,
a table, or something else entirely. It will be important to work on
this first so you will understand the scope of the world your camera
will be traversing. A plane is also a relatively simple shape so it will
be a good place to start when managing the placement of different
objects in your scene. Remember, you will need to take into account
where the plane is located in relation to the 3D object you developed
during a previous milestone (which used multiple 3D shapes).
Apply horizontal, vertical, and depth camera navigation around a 3D scene. It is recommended that you use the following keyboard controls to manipulate the basic camera movement:
WASD keys: These keys should be used to control the forward, backward, left, and right motion.
QE keys: These keys should be used to control the upward and downward movement.

Apply nuanced camera controls to a 3D scene. It is
recommended that you use the following mouse controls to allow a user
more specific input options for how they view the 3D scene:
Mouse cursor: This should be used to change the orientation of the camera so it can look up and down or right and left.
Mouse scroll: This should be used to adjust the speed of the movement, or the speed the camera travels around the scene.

Create perspective and orthographic displays of a 3D scene.
Use the tap of a keyboard key to allow a user to change the view of the
scene between orthographic (2D) and perspective (3D) views at will.
(Hint: check the glViewport and the glOrtho functions.) For consistency,
please use the letter “P” keyboard key. To accomplish this work, you
will be switching the function call to retrieve either the perspective
or orthographic projection matrix. Note that you will be keeping the
camera in the same orientation that you already developed.
Create code that follows a logical flow without syntax errors.
The code you create has to be executable and all the code that is
included needs to be reached by the execution. Note that not everything
should be written in a single function and 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. Commenting best
practices should be in place to ensure the source code is briefly and
clearly explained using descriptive comments.
Guidelines for SubmissionSubmit a completed ZIP folder with all of your code, which may
include one or multiple CPP files along with Visual Studio project
files. Also make sure the ZIP folder includes an EXE file, because
without this your code will not be able to run. Checking for the EXE can
be used as a quick reference on the functionality of your code before
you submit.

done
Seen
2 hours ago[supanova_question]

xav-OE-week 4 assgnment

each 120 words
Information Systems for Business and Beyond Questions:(https://opentextbook.site/informationsystems2019/
C)hapter 7 – study questions 1-10, Exercise 2
Chapter 8- study questions 1-10, Exercise 2
Information Technology and Organizational Learning Assignment:attached textbook)
Chapter 6 – Review the section on knowledge creation, culture, and strategy. Explain how balance scorecards impact knowledge creation, culture, and strategy. Why are these important concepts to understand within an organization?
The above submission should be one -page in length and adhere to APA formatting standards
**Remember the APA cover page and the references (if required) do not count towards the page length**
Note the first assignment should be in one section and the second section should have the information from the Information Technology and Organizational Learning assignment. The paper requirements for the two-pages applies to the second part of the assignment directly related to the Information Technology and Organizational Learning assignment.
[supanova_question]

chai-chan-sush Discussion

Computer Science Question music-project/”>Computer Science Assignment Help Task1:words:300
In your initial post, answer the following questions about IT Project Management. In addition to your course textbook (chapter 11), utilize the UC library for information and examples.
What is a project, and what are its main attributes? How is a project different from what most people do in their day-to-day jobs? Discuss the importance of top management commitment and the development of standards for successful project management. Provide examples to illustrate the importance of these items based on your experience on any type of project. Discuss the unique challenges that an IT project presents.
Task2:words:300
This week we focus on the concept of false discovery in data. After reviewing the article by Naouma (2019), answer the following questions:
What is a false discovery rate?
Can a false discovery rate be completely avoided? Explain.
What was the outcome of the results of the use case?
Task3:words:300
Web server auditing can go a long way in enforcing tighter security and ensuring business continuity. The power of log data is tremendous. Web server logs record valuable information pertaining to usage, errors, and other important security events. Using a specialized auditing tool can be extremely helpful during the audit of web servers. In your discussion this week, please discuss the methods of identifying weak web server configurations and how to mitigate them for a secure web server. Possible concepts to include are SSL certificates, HTTPS usage, attack surface, SQL injection, vulnerability migration, and least privilege. In at least one of your peer responses, provide an overview of how to audit the web server’s security and implement best practices.

done
Seen
5 mins ago[supanova_question]

Webots

Accept only if u know python
Please download webots https://cyberbotics.com/P
C.1 Task 1 – Motion Estimation Motion estimation requires keeping track of robot pose based exclusively on PositionSensors and IMU readings. Use the world from Figure 2(a). Implement two robot controllers: (2) “lab3_task1_noise.py”, with noise. (Extra Credit)
C.2 Task 2 – Measurement Estimation to Unique Landmarks Measurement estimation will be based on robot sensors and camera to recognize and measure distance to the colored cylinders. Use the world from Figure 2(b). You are required to use Triangulation or Trilateration methods to determine robot pose. Note that trilateration methods use relative distance to landmarks, while triangulation methods use both distances and angles relative to landmarks. Implement two robot controllers: (2) “lab3_task2_noise.py”, with noise. (Extra Credit)
I just need the extra credit portion
[supanova_question]

https://anyessayhelp.com/ Task1:words:300
In your initial post, answer the following questions about IT Project Management. In addition to your course textbook (chapter 11), utilize the UC library for information and examples.
What is a project, and what are its main attributes? How is a project different from what most people do in their day-to-day jobs? Discuss the importance of top management commitment and the development of standards for successful project management. Provide examples to illustrate the importance of these items based on your experience on any type of project. Discuss the unique challenges that an IT project presents.
Task2:words:300
This week we focus on the concept of false discovery in data. After reviewing the article by Naouma (2019), answer the following questions:
What is a false discovery rate?
Can a false discovery rate be completely avoided? Explain.
What was the outcome of the results of the use case?
Task3:words:300
Web server auditing can go a long way in enforcing tighter security and ensuring business continuity. The power of log data is tremendous. Web server logs record valuable information pertaining to usage, errors, and other important security events. Using a specialized auditing tool can be extremely helpful during the audit of web servers. In your discussion this week, please discuss the methods of identifying weak web server configurations and how to mitigate them for a secure web server. Possible concepts to include are SSL certificates, HTTPS usage, attack surface, SQL injection, vulnerability migration, and least privilege. In at least one of your peer responses, provide an overview of how to audit the web server’s security and implement best practices.

done
Seen
5 mins ago[supanova_question]