Update 'VRAPoten-API.md'
This commit is contained in:
parent
71b43fc067
commit
9e4bad55be
@ -79,13 +79,15 @@ Response 404 Item not found
|
|||||||
There are some optional task attribute input parameters for greater flexibility.
|
There are some optional task attribute input parameters for greater flexibility.
|
||||||
|
|
||||||
* **countPerArea**
|
* **countPerArea**
|
||||||
Allows you to specify if spacing in cm needs to be calculated to count per area in m2.
|
* "countPerArea" Allows you to specify if spacing in cm needs to be calculated to count per area in m2.
|
||||||
|
* "useShadow" Use shadow map if available.
|
||||||
|
|
||||||
default is false
|
defaults are false
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
{
|
{
|
||||||
"countPerArea": true,
|
"countPerArea": true,
|
||||||
|
"useShadow": true
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user