CMSC 405
2 years ago
50
Project27.pdf
Project34.pdf
Project4-2.pdf
Project14.pdf
Project27.pdf
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
b. 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
results 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.
Project34.pdf
Project 3
Three js Project
Overview
In this project you will create a unique 3D animated scene composed of Three.js graphic components.
The scene should include animation, lighting and multiple objects.
Requirements:
1. Using Three.js create a unique 3D animated scene. The scene has the following specifications:
a. Size: minimum of 640x480
b. Includes at least 6 different shapes
c. Uses multiple lighting effects
d. Includes radio buttons, slider bars or other widgets to turn on or off certain components
of the animation.
2. Use Three.js
3. All JavaScript source code should be written using Google JavaScript style guide.(
http://google.github.io/styleguide/jsguide.html)
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
results of testing
Deliverables:
1. All JavaScript source code used for this project. Code should adhere to the Google Javascript
style guide.
2. Word or PDF file demonstrating with clearly labeled screen captures and associated well-written
descriptions, the successful execution of your 3D Three.js animated scene. The document should
be well-written, well-organized, includes 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.
Project4-2.pdf
1
Project 4
WebGL 3D Project
Overview
In this project you will create a unique 3D animated scene composed of WebGL graphic components.
The scene should include animation, lighting, textures, frame buffers and multiple objects.
Requirements:
1. Using WebGL create a unique 3D animated scene. The scene has the following specifications:
a. Size: minimum 640x480
b. Includes at least 10 different objects.
c. Uses multiple lighting effects on different materials
d. Uses multiple textures
e. Includes radio buttons, slider bars or other widgets to turn on or off certain components
of the animation.
f. Uses frame buffers to organize the memory resources that are needed to render the
scene.
2. Use WebGL
3. All JavaScript source code should be written using Google JavaScript style guide.(
http://google.github.io/styleguide/jsguide.html)
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
results of testing
Deliverables:
1. All JavaScript source code used for this project. Code should adhere to the Google Javascript
style guide.
2. Word or PDF file demonstrating with clearly labeled screen captures and associated well-written
descriptions, the successful execution of your 3D WebGL animated scene. The document should
be well-written, well-organized, include your 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.
Project14.pdf
1
Project 1
Java 2D Graphics
Overview
In this project you will create 3 simple, images or your choice and use Java 2D graphic methods to
rotate, scale and translate each of the images.
Requirements:
1. Using Netbeans or Eclipse, develop a Java 2D graphics application that creates 3 images. The
images should have the following specifications:
a. Size: minimum 25x25 pixels, larger images are Okay
b. Type: Color (consists of two or more colors)
c. Simple form or shape (Hint: consider a letter or number, or even simple shapes such as
crossing lines, rectangles, or circles
d. You should generate the image inside of separate methods and store them as 2D arrays.
2. Use Java 2D graphics to display your original images.
3. For each image use the existing Java 2D graphics transformation methods to translate, rotate
and scale each object. You should perform the following transformations on each image:
a. Translate -5 in x direction, Translate +7 in the y direction.
b. Rotate 45 counter clockwise.
c. Rotate 90 clockwise
d. Scale 2 times for the x component, scale 0.5 times for the y component
e. Each of these transformations should be displayed in sequence with the images always
starting from the previous transformation as opposed to the original image.
f. Use Java 2D graphics to display each transformation for each image. (Hint: review the
Project 1 template for a good start for this project.)
4. All Java source code should be written using Google Java style guide.
5. 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
results 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 success execution of your 2D graphics transformation. The document should
be well-written, well-organized, include your 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.