Capture(キャプチャー) は EVO ワークフローに統合できます。以下は、Capture のドキュメントから入手可能な次の情報に基づいて、Disguise から Capture 内のビジュアライザーカメラを制御するための推奨される式です。
bit depth = 16max value = 2 pow(bit depth) = 65536
output min = -32768 output max = 32768 output range = output max - output min = 65536
output to bit ratio = max value / output range = 1
| Value | 式 |
|---|
| 1 | (camera:camera.offset.x*100+32768%65536)/256 |
| 2 | camera:camera.offset.x*100+32768%256 |
| 3 | (未割り当て) |
| 4 | (camera:camera.offset.y*100+32768%65536)/256 |
| 5 | camera:camera.offset.y*100+32768%256 |
| 6 | (未割り当て) |
| 7 | ((camera:camera.offset.z*-1)*100+32768%65536)/256 |
| 8 | (camera:camera.offset.z*-1)*100+32768%256 |
| Value | 式 |
|---|
| 1 | (camera:camera.rotation.y*182+180*182.044%65536)/256 |
| 2 | camera:camera.rotation.y*182+180*182.044%256 |
| 3 | (未割り当て) |
| 4 | (camera:camera.rotation.x*182+180*182.044%65536)/256 |
| 5 | camera:camera.rotation.x*182+180*182.044%256 |
| 6 | (未割り当て) |
| 7 | (camera.camera.rotation.z*182+180*182.044%65536)/256 |
| 8 | camera:camera.rotation.z*182+180*182.044%256 |