Applies a scale transformation to the whole scene.
Method | /V1/Eyeshot.svc/AddScaling |
The request body is of type AddScaling.
Name | Description | Data Type |
---|---|---|
x | Amount in X. | xml:double |
y | Amount in Y. | xml:double |
z | Amount in Z. | xml:double |
The response body is of type AddScalingResponse.
Name | Description | Data Type |
---|---|---|
AddScalingResult | Error messages. | xml:string |
|