Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now
1
Project 2
JOGL OpenGL Project
Overview
In this project you will create a unique 3 graphics scene composed of OpenGL graphic components using
transformation methods.
Requirements:
1. Using Netbeans or Eclipse, develop a JOGL application that displays a unique 3D scene. The
scene has the following specifications:
a. Size: minimum 640x480
. Includes at least 6 different shapes
c. Uses at least 6 different transformation methods
2. Use Java and JOGL for your implementation of OpenGL
3. All Java source code should be written using Google Java style guide.
4. Prepare, conduct and document a test plan verifying your application is working as expected.
This plan should include a test matrix listing each method you tested, how you tested it, and the
esults of testing.
Deliverables:
1. All Java source code used for this project. Code should adhere to the Google Java style guide.
2. Word or PDF file demonstrating with clearly labeled screen captures and associated well-written
descriptions, the successful execution of your 3D graphics scene. The document should be well-
written, well-organized, include the test plan, include page numbers, captions for all screen
captures, and a title page including your name, class, section number and date. References
should be included for all sources used and formatted in APA style.
Answered Same Day Nov 16, 2023

Solution

Uttam answered on Nov 16 2023
21 Votes
Here's an outline of how to develop a JOGL application that meets the specified requirements:
1.    Size:
o    Create a new JOGL application with a JFrame of size 640x480.
o    Add a GLCanvas to the JFrame and set it as the center content pane.
o    Create a FPSAnimator to animate the scene at 60 frames per second.
2.    Shapes:
o    Implement the display method in the GLEventListener interface to draw the scene.
o    Use JOGL's built-in...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here