Skip to content

Commit

Permalink
v0.10.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parkchamchi committed Feb 17, 2024
1 parent 0975fde commit 6c69d7e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPTH/Assets/Assets/README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DepthViewer v0.10.0-beta.1
DepthViewer v0.10.0-beta.2

Right mouse key: hides the UI.
WASD: rotate the mesh.
Expand Down
2 changes: 1 addition & 1 deletion DEPTH/Assets/Scripts/Utils/DepthFileUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using UnityEngine;

public static class DepthFileUtils {
public const string Version = "v0.10.0-beta.1";
public const string Version = "v0.10.0-beta.2";

public const string DepthExt = ".depthviewer";

Expand Down
2 changes: 1 addition & 1 deletion DEPTH/ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ PlayerSettings:
16:10: 1
16:9: 1
Others: 1
bundleVersion: v0.10.0-beta.1
bundleVersion: v0.10.0-beta.2
preloadedAssets:
- {fileID: 0}
- {fileID: 0}
Expand Down
2 changes: 1 addition & 1 deletion DEPTH/depthpy/depth.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

from midas.model_loader import default_models, load_model

VERSION = "v0.10.0-beta.1"
VERSION = "v0.10.0-beta.2"

class ModelParams():
#this might as well just be a dictionary rather than a class
Expand Down

0 comments on commit 6c69d7e

Please sign in to comment.