last update from PC
This commit is contained in:
@@ -11,6 +11,10 @@ public class FPSManager : MonoBehaviour
|
||||
Application.targetFrameRate = m_FPS;
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
Cursor.visible = false;
|
||||
}
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
@@ -65,7 +65,7 @@ public class ModelManager : MonoBehaviour
|
||||
|
||||
private void LoadLocalModels()
|
||||
{
|
||||
DirectoryInfo dirInfo = new DirectoryInfo("C:\\Users\\caile\\Desktop\\onnx");
|
||||
DirectoryInfo dirInfo = new DirectoryInfo("C:\\Users\\cailean\\Desktop\\onnx");
|
||||
FileInfo[] nnList = dirInfo.GetFiles("*.onnx");
|
||||
// Sort files by filename (assuming filenames are numeric)
|
||||
Array.Sort(nnList, (x, y) => {
|
||||
|
||||
@@ -12,5 +12,6 @@ MonoBehaviour:
|
||||
m_Script: {fileID: 11500000, guid: 0f7b5c8cb85f2ca47917380097e32b3f, type: 3}
|
||||
m_Name: EnvironmentCamera
|
||||
m_EditorClassIdentifier:
|
||||
cameraWeight: 0.4
|
||||
cameraWeight: 0.65
|
||||
cameraLayer: 0
|
||||
cut: 1
|
||||
|
||||
Reference in New Issue
Block a user