Skip to content

Commit ffba7d7

Browse files
committed
Updated usage version of Unity Editor to 5.5.2.f1. (HoloToolit-Unity1.5.6.0 OpenCVForUnity2.1.6)
Changed directory structure.
1 parent 6e26ea4 commit ffba7d7

70 files changed

Lines changed: 68 additions & 29 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Assets/HoloLensWithOpenCVForUnityExample/Scenes.meta renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample.meta

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/HoloLensWithOpenCVForUnityExample/Scripts/Utils/ARUtils.cs renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/ARUtils.cs

File renamed without changes.

Assets/HoloLensWithOpenCVForUnityExample/Scripts/Utils/ARUtils.cs.meta renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/ARUtils.cs.meta

File renamed without changes.

Assets/HoloLensWithOpenCVForUnityExample/Scripts/HoloLensArUcoExample.cs renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public class HoloLensArUcoExample : MonoBehaviour
129129
/// </summary>
130130
Mat rgbMat;
131131

132-
// Camera matrix value of Holelens camera. (this value is not generated by camera calibration)
132+
// Camera matrix value of Holelens camera of 896x504 size. (this value is not generated by camera calibration)
133133
// (can adjust the position of the AR hologram with the values ​​of cx and cy)
134134
private double fx = 1038;
135135
private double fy = 1037;

Assets/HoloLensWithOpenCVForUnityExample/Scripts/HoloLensArUcoExample.cs.meta renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample.cs.meta

File renamed without changes.

Assets/HoloLensWithOpenCVForUnityExample/Scenes/HoloLensArUcoExample.meta renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample.meta

File renamed without changes.

Assets/HoloLensWithOpenCVForUnityExample/Scenes/HoloLensArUcoExample.unity renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample.unity

File renamed without changes.

Assets/HoloLensWithOpenCVForUnityExample/Scenes/HoloLensArUcoExample.unity.meta renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample.unity.meta

File renamed without changes.

Assets/HoloLensWithOpenCVForUnityExample/Scenes/HoloLensArUcoExample/LightingData.asset renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample/LightingData.asset

12.3 KB
Binary file not shown.

Assets/HoloLensWithOpenCVForUnityExample/Scenes/HoloLensArUcoExample/LightingData.asset.meta renamed to Assets/HoloLensWithOpenCVForUnityExample/HoloLensArUcoExample/HoloLensArUcoExample/LightingData.asset.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)