studio 세팅 중. runtime gizmo 설정 중
This commit is contained in:
@@ -3,7 +3,7 @@ using System.Collections;
|
||||
using UnityEngine;
|
||||
using UVC.Core;
|
||||
|
||||
namespace UVC.Studio.Camera
|
||||
namespace UVC.Studio.Cameras
|
||||
{
|
||||
/// <summary>
|
||||
/// 마우스 입력에 따라 카메라를 이동, 회전, 줌하는 컨트롤러입니다.
|
||||
@@ -30,6 +30,8 @@ namespace UVC.Studio
|
||||
UVC.Log.Log4netCodeConfigurator.Setup();
|
||||
#endif
|
||||
|
||||
RTGLite.RTG.get.initialized += OnRTGInit;
|
||||
|
||||
await SettupConfigAsync();
|
||||
|
||||
if (Initialized != null)
|
||||
@@ -68,5 +70,10 @@ namespace UVC.Studio
|
||||
|
||||
}
|
||||
|
||||
private void OnRTGInit()
|
||||
{
|
||||
RTGLite.RTGizmos.get.CreateViewGizmo(RTGLite.RTCamera.get.settings.targetCamera);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#nullable enable
|
||||
using UVC.Studio.Camera;
|
||||
using UVC.Studio.Cameras;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using UnityEngine;
|
||||
|
||||
Reference in New Issue
Block a user