Buffer Read
バッファの中の任意の1点を取り出して表示します。Position の 0〜1 がバッファ全体に対応するので、手で動かせばそのままスクラブになります。Record系で最も単純なノードです。
動画
入力ポート
| Port ID | 型 |
|---|---|
Buffer | FrameBufferInput |
Position | float |
出力ポート
| Port ID | 型 |
|---|---|
Out | RenderTexture |
スクリプトから設定可能なメンバー
| パス | 型 |
|---|---|
position | float |
currentPosition | float |
Synapse Apps(スクリプティング)
await synapse.modules.create({ type: "BufferRead" })