From 2531c0e4ef6265432ad402940932c5ddb2b5cc5b Mon Sep 17 00:00:00 2001 From: Tim Gerken Date: Thu, 16 Jun 2016 15:28:32 -0700 Subject: [PATCH 1/4] Adopting Microsoft Open Source Code of Conduct. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af7ac16fe..607307b9d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Galaxy Explorer is an open-source HoloLens application that was developed in 6-weeks as part of the Share Your Idea program where the community submitted and voted on ideas. +This project has adopted the [Microsoft Open Source Code of Conduct](http://microsoft.github.io/codeofconduct). For more information see the [Code of Conduct FAQ](http://microsoft.github.io/codeofconduct/faq.md) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + The following sections serve as guide posts to help navigate the code by explaining some of the larger systems, both how they work and how they interact. #HoloLens Tools From 89cff87afd70eea5ad727af23266ff4b10b263c5 Mon Sep 17 00:00:00 2001 From: Tim Gerken Date: Tue, 21 Jun 2016 13:43:25 -0700 Subject: [PATCH 2/4] Update to FAQ link in Code of Conduct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607307b9d..396025cf3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Galaxy Explorer is an open-source HoloLens application that was developed in 6-weeks as part of the Share Your Idea program where the community submitted and voted on ideas. -This project has adopted the [Microsoft Open Source Code of Conduct](http://microsoft.github.io/codeofconduct). For more information see the [Code of Conduct FAQ](http://microsoft.github.io/codeofconduct/faq.md) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [Microsoft Open Source Code of Conduct](http://microsoft.github.io/codeofconduct). For more information see the [Code of Conduct FAQ](http://microsoft.github.io/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. The following sections serve as guide posts to help navigate the code by explaining some of the larger systems, both how they work and how they interact. From 5404d2b8d29c22371323d6591569488a552f8448 Mon Sep 17 00:00:00 2001 From: Tim Gerken Date: Tue, 21 Jun 2016 13:43:25 -0700 Subject: [PATCH 3/4] Update to FAQ link in Code of Conduct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 607307b9d..22c8aff29 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Galaxy Explorer is an open-source HoloLens application that was developed in 6-weeks as part of the Share Your Idea program where the community submitted and voted on ideas. -This project has adopted the [Microsoft Open Source Code of Conduct](http://microsoft.github.io/codeofconduct). For more information see the [Code of Conduct FAQ](http://microsoft.github.io/codeofconduct/faq.md) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. The following sections serve as guide posts to help navigate the code by explaining some of the larger systems, both how they work and how they interact. From c7f59096b1683204e7d13b9e4932a72c57dcb670 Mon Sep 17 00:00:00 2001 From: alwinv Date: Thu, 11 Aug 2016 01:17:59 -0700 Subject: [PATCH 4/4] Actual rotation changes to Earth and Moon Sped Earth's spin by 2x: EarthView scene's "EarthUpCloseWireframe" & "EarthUpCLose" Constant Rotate Axis script's Speed value from -5 to -10 Slowed Moon's orbit by 1/4: EarthView scene's "SelfRotate" object's Constant Rotate script's Rotate Speed "Y" value from -10 to -2.5 --- Assets/Scenes/Views/EarthView.unity | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Assets/Scenes/Views/EarthView.unity b/Assets/Scenes/Views/EarthView.unity index 1ca79cf0a..f924b660f 100644 --- a/Assets/Scenes/Views/EarthView.unity +++ b/Assets/Scenes/Views/EarthView.unity @@ -176,6 +176,10 @@ Prefab: propertyPath: m_IsActive value: 0 objectReference: {fileID: 0} + - target: {fileID: 11462598, guid: a5594a1a2c6c29647a9124ea0abfb953, type: 2} + propertyPath: speed + value: -10 + objectReference: {fileID: 0} m_RemovedComponents: - {fileID: 8236412, guid: a5594a1a2c6c29647a9124ea0abfb953, type: 2} - {fileID: 6453998, guid: a5594a1a2c6c29647a9124ea0abfb953, type: 2} @@ -221,7 +225,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 6bb4f31e4b806a3469cc9a17f127685a, type: 3} m_Name: m_EditorClassIdentifier: - rotateSpeed: {x: 0, y: -10, z: 0} + rotateSpeed: {x: 0, y: -2.5, z: 0} RandomRotationSpeed: 0 RandomRotationDirection: 0 RotationSpeedMin: {x: 0, y: 0, z: 0} @@ -284,6 +288,10 @@ Prefab: propertyPath: m_IsActive value: 1 objectReference: {fileID: 0} + - target: {fileID: 11459584, guid: 6da2c9510ec42844ba8b1ec2349ff83a, type: 2} + propertyPath: speed + value: -10 + objectReference: {fileID: 0} m_RemovedComponents: - {fileID: 6455996, guid: 6da2c9510ec42844ba8b1ec2349ff83a, type: 2} - {fileID: 6438038, guid: 6da2c9510ec42844ba8b1ec2349ff83a, type: 2}