Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3917/camera \ --header 'Content-Type: application/json' \ --data ' { "eye": [ 8, 6, 8 ], "target": [ 0, 0, 0 ] } '
{ "ok": true, "message": "<string>" }
set camera position and target
Camera eye and/or target as [x, y, z] (each optional). Sets CameraOverride so the editor's mouse orbit won't clobber it.
eye
target
[x, y, z]
CameraOverride
The body is of type any.
any
Camera updated.