From 20a092e3c684a8b2df62507cef55f9e45c9b2882 Mon Sep 17 00:00:00 2001
From: dougl <dougl@DOUGLAS-GIGABYTE.ern.nps.edu>
Date: Wed, 14 Mar 2018 00:47:48 -0700
Subject: [PATCH] Douglas - Assignment 3 - X3D file uploaded and README
 updated.

---
 .../homework3/YamashitaDeMouraREADME.md       |  9 +++---
 .../homework3/YamashitaDeMouraREADME_1.md     | 31 -------------------
 2 files changed, 5 insertions(+), 35 deletions(-)
 delete mode 100644 projects/Assignments/homework3/YamashitaDeMouraREADME_1.md

diff --git a/projects/Assignments/homework3/YamashitaDeMouraREADME.md b/projects/Assignments/homework3/YamashitaDeMouraREADME.md
index 595278a455..fd3b711fc8 100644
--- a/projects/Assignments/homework3/YamashitaDeMouraREADME.md
+++ b/projects/Assignments/homework3/YamashitaDeMouraREADME.md
@@ -19,12 +19,13 @@
 
 1. [x] Test PDU reading using Wireshark...
 
-1. [ ] Record PDU file using X3D-Edit...
+1. [x] Record PDU file using X3D-Edit...
 
-1. [ ] Playback PDU file using X3D-Edit...
+1. [x] Playback PDU file using X3D-Edit...
 
 Track of interest: 
 - Brazilian Attack/Strike Embraer Super Tucano
 
-Note: 
-- The height of the aircraft is increasing on RoC (Rate of Climb) up to 10 m/s
\ No newline at end of file
+Notes: 
+- The height of the aircraft is increasing on RoC (Rate of Climb) up to 10 m/s
+- Wireshark correctly recognized the entity type. However, X3D r
\ No newline at end of file
diff --git a/projects/Assignments/homework3/YamashitaDeMouraREADME_1.md b/projects/Assignments/homework3/YamashitaDeMouraREADME_1.md
deleted file mode 100644
index 7f0b7fc6bc..0000000000
--- a/projects/Assignments/homework3/YamashitaDeMouraREADME_1.md
+++ /dev/null
@@ -1,31 +0,0 @@
-## Homework Assignment 3 Checklist
-
-1. [x] Add X3D-Edit as Netbeans Plugin from https://savage.nps.edu/X3D-Edit/#Downloads
-
-1. [x] Optional: checkout Open-DIS-Java library source from https://github.com/open-dis/open-dis-java
-
-1. [x] Otherwise just inspect files of interest from
-   [edu.nps.moves.examples](https://github.com/open-dis/open-dis-java/tree/master/src/main/java/edu/nps/moves/examples)
-
-1. [x] Copy README.md and create YournameREADME.md documentation file...
-
-1. [x] Plan a track of interest, described in YournameREADME.md documentation file...
-
-1. [x] Copy, then Refactor/Rename example file OpenDisEspduSender.java or OpenDisPduSender.java as YourNameSomething.java
-
-1. [x] Modify your example file to produce track PDUs (and be cool)
-
-1. [x] Generate PDUs...
-
-1. [x] Test PDU reading using Wireshark...
-
-1. [x] Record PDU file using X3D-Edit...
-
-1. [x] Playback PDU file using X3D-Edit...
-
-Track of interest: 
-- Brazilian Attack/Strike Embraer Super Tucano
-
-Notes: 
-- The height of the aircraft is increasing on RoC (Rate of Climb) up to 10 m/s
-- Wireshark correctly recognized the entity type. However, X3D recognized incorrectly the category and sub-category of the entity type.
\ No newline at end of file
-- 
GitLab