일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- 오브젝트 풀링
- XR
- 드래곤 플라이트
- 팀프로젝트
- 가상현실
- OVR
- 포트폴리오
- 개발일지
- 멀티플레이
- 앱 배포
- 길건너 친구들
- 팀 프로젝트
- Photon Fusion
- 개발
- 유니티
- CGV
- 드래곤 플라이트 모작
- 유니티 GUI
- Oculus
- VR
- meta xr
- HAPTIC
- 유니티 Json 데이터 연동
- 오큘러스
- 연습
- ChatGPT
- 모작
- 유니티 UI
- input system
- meta
- Today
- Total
목록가상현실 (30)
EasyCastleUNITY
https://developer.oculus.com/documentation/unity/unity-isdk-grabbable/ Grabbable | Oculus Developers developer.oculus.com 위 링크의 문서를 기준으로 작성했습니다. Oculus Integration SDK 57.0버전을 기준으로 작성되었습니다. 참고하여 주시기 바랍니다. Grabbable 컴포넌트는 상호작용 할 때, 게임 오브젝트를 회전, 크기 조정 또는 변형시키는 기능을 제공합니다. 게임 오브젝트의 회전, 크기 조정, 변형 방법을 결정하기 위해, Grabbable은 Transformer 컴포넌트들을 사용합니다. Transformer 컴포넌트들은 2개의 메인 카테고리로 분류할수 있는데, One Hand Grab..
https://developer.oculus.com/documentation/unity/unity-isdk-create-ghost-reticles/#ghost-icon Create Ghost Reticles | Oculus Developers developer.oculus.com 위 링크의 문서를 기준으로 작성했습니다. Oculus Integration SDK 57.0버전을 기준으로 작성되었습니다. 참고하여 주시기 바랍니다. Ghost Recticles는 현재 먼 물체를 선택하거나 그 위로 포인터를 가져갈 때 표시되는 반투명 표식입니다. Interaction SDK의 reticles는 오브젝트들 위에 커서 아이콘들(cursor icons), outline된 mesh들, 오브젝트들 까지 그리는 가상의 선,..
https://developer.oculus.com/documentation/unity/unity-isdk-create-distance-grab-interactions/ Create Distance Grab Interactions | Oculus Developers developer.oculus.com 위 링크에 있는 문서를 기준으로 작성하였습니다. Oculus Integration SDK 57.0버전을 기준으로 작성되었습니다. 참고하여 주시기 바랍니다. 여러분이 hands,controllers, or controllers as hands를 통해 거리가 있는 오브젝트를 잡기 위해, distance grab intractions기능을 사용할 수 있습니다. distance grab interactions를 ..
https://developer.oculus.com/documentation/unity/unity-isdk-creating-handgrab-poses/ Create a Hand Grab Pose (PC) | Oculus Developers developer.oculus.com 위 링크의 문서를 기준으로 작성합니다. Oculus Integration SDK 57.0버전을 기준으로 작성되었습니다. 참고하여 주시기 바랍니다. 여러분이 오브젝트를 잡았을때, 기본적인 손 위치(default hand grab pose)가 옳바른 위치로 보이지 않는다면, 여러분은 적절하게 오브젝트를 잡은것처럼 보이게 하는 커스텀 손 위치 (custom hand grab pose)를 만들 수 있습니다. 커스텀 손 위치를 만들기 위해,..
https://developer.oculus.com/documentation/unity/unity-isdk-throw-object/ Throw an Object | Oculus Developers developer.oculus.com 이 글은 위 링크의 문서를 바탕으로 작성하였습니다. 또한 Oculus Integration SDK 57.0버전을 기준으로 작성되었습니다. 참고하여 주시기 바랍니다. https://easycastleunity.tistory.com/186 OVR 유니티 Grab Interaction (물체 잡기) https://easycastleunity.tistory.com/185 OVR 유니티 기본 세팅 및, 손동작 테스트 https://developer.oculus.com/document..
https://easycastleunity.tistory.com/185 OVR 유니티 기본 세팅 및, 손동작 테스트 https://developer.oculus.com/documentation/unity/unity-isdk-getting-started/ Getting Started with Interaction SDK | Oculus Developers developer.oculus.com 기본세팅: 위 문서를 기준으로 만들었습니다. 이 글은 Oculus Integration SDK 57.0 easycastleunity.tistory.com 지난 번 포스트에서 기본적인 세팅과, 손동작을 테스트 해보았습니다. 이번에는 거기서 조금 더 나아가 물체를 집는 기능을 탐구해보겠습니다. https://develop..