-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(idea/clocker): what is clocking server (#28)
- Loading branch information
1 parent
6fc4cc2
commit 0ee6714
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Clocking Server | ||
SuteraにはClocking Serverが存在します。 | ||
Clocking Serverは各インスタンスにおける同期処理を担当します。 | ||
|
||
## SuteraにおけるClocking serverの具体的役割 | ||
- インスタンス内のエンティティ(※1)の状態の同期をとる | ||
- ボイスチャットの処理を行う | ||
- メッセージの送受信処理を行う | ||
|
||
※1: Clocking Serverは長いため、しばしばClockerと略されます。 | ||
|
||
※2: エンティティとは、SuteraVRにおける動的オブジェクトの総称です。アバターや、投げられたり、乗れたり、エフェクトを発生するようなオブジェクトを含みます。 |