Updated Livox Viewer (markdown)
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
# 1. Color Coding Strategy
|
# 1. Color Coding Strategy
|
||||||
|
|
||||||
## a. Reflectivity:
|
## 1.1. Reflectivity:
|
||||||
|
|
||||||
```
|
```
|
||||||
if (cur_reflectivity < 30)
|
if (cur_reflectivity < 30)
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## b. Depth:
|
## 1.2. Depth:
|
||||||
|
|
||||||
```
|
```
|
||||||
if (cur_depth < 0){
|
if (cur_depth < 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user