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/terrain/edit \ --header 'Content-Type: application/json' \ --data ' { "x": 123, "z": 123, "amount": 123, "op": "<string>", "radius": 123 } '
{ "ok": true, "message": "<string>" }
raise/lower/flatten/smooth at a position
Brush operation: "raise", "lower", "flatten", "smooth"
Heightmap brush applied to the first terrain entity; ok is false with a message if no terrain exists or the op is unknown.
ok