camera adj

This commit is contained in:
2024-05-28 16:42:27 +01:00
parent cfcf5ecd7e
commit 89bc001bb9
7 changed files with 137 additions and 72 deletions

View File

@@ -125,7 +125,7 @@ public class CameraManager : MonoBehaviour
m_Camera.cullingMask = m_Agent;
m_PoseCanvas.SetActive(false);
m_BrainPose.SetActive(false);
m_Rewards.SetActive(true);
m_Rewards.SetActive(false);
break;
case "vc_Body":
m_Camera.cullingMask = m_Bodies;

View File

@@ -14,4 +14,4 @@ MonoBehaviour:
m_EditorClassIdentifier:
cameraWeight: 0.4
cameraLayer: 0
cut: 1
cut: 0

View File

@@ -14,4 +14,4 @@ MonoBehaviour:
m_EditorClassIdentifier:
cameraWeight: 0.4
cameraLayer: 0
cut: 0
cut: 1