tips を更新

syui 2024-09-19 08:21:57 +00:00
parent 2da9223481
commit ee34874789

10
tips.md

@ -26,6 +26,8 @@ BP_PlayerでABPを切り替え、ABPにはstateを追加していきます。
必要なmotionはadobeの[mixamo](https://www.mixamo.com/)を使えます。またbandaiの[Bandai-Namco-Research-Motiondataset](https://github.com/BandaiNamcoResearchInc/Bandai-Namco-Research-Motiondataset/blob/master/README_Japanese.md)もあります。 必要なmotionはadobeの[mixamo](https://www.mixamo.com/)を使えます。またbandaiの[Bandai-Namco-Research-Motiondataset](https://github.com/BandaiNamcoResearchInc/Bandai-Namco-Research-Motiondataset/blob/master/README_Japanese.md)もあります。
vmcを使うには[vseeface](https://www.vseeface.icu/) + [webcam motion capture](https://webcammotioncapture.info/)を使います。
## world ## world
- 空 : worldの空は`sky atmosphere`で球体(地球の直径6360)にします。ultra skyなどにはもとから入っています。 - 空 : worldの空は`sky atmosphere`で球体(地球の直径6360)にします。ultra skyなどにはもとから入っています。
@ -72,3 +74,11 @@ $ ./Start_SignallingServer_nopublic.ps1 --UseMatchmaker true --MatchmakerAddress
使い方は[blueprintue](https://blueprintue.com/search/?query=varest)で検索してください。 使い方は[blueprintue](https://blueprintue.com/search/?query=varest)で検索してください。
## npc
NPCなどの会話や操作は音声とAIを使用します。
- [RuntimeSpeechRecognizer](https://github.com/gtreshchev/RuntimeSpeechRecognizer)
- [RuntimeAudioImporter](https://github.com/gtreshchev/RuntimeAudioImporter)
- [ChatGPT](https://platform.openai.com/docs/api-reference/introduction)
- [elevenlabs](https://elevenlabs.io/docs/api-reference/text-to-speech)