xzw 4 年之前
父节点
当前提交
3496f23695
共有 2 个文件被更改,包括 37 次插入7 次删除
  1. 9 7
      IndoorViewerAPI.js
  2. 28 0
      笔记.js

文件差异内容过多而无法显示
+ 9 - 7
IndoorViewerAPI.js


+ 28 - 0
笔记.js

@@ -0,0 +1,28 @@
+datasets中的orientation为模型整体绕z轴的旋转角度,初始为0
+
+
+filter中的:
+
+ 
+
+数据集校准后不变的值有:
+dataset_orientation(永远存储最初始的点位的quaternion,在旋转时也不变,因此它等于没有旋转时的orientation)---- image.datasetOrientation
+dataset_floor_orientation(一般和dataset_orientation值一样) 
+dataset_location
+dataset_floor_location
+
+
+
+数据集校准后改变的值有:
+orientation----image.orientation(在旋转时实时变,且是根据模型旋转度数和dataset_orientation来算的,所以如果dataset_orientation不对,就会算错。)
+location----image.location
+floor_location
+
+
+------------------------------------------------
+
+
+MeasurementLineMaterial : 测量线材质, 有蓝色标准实线和灰色透明虚线两种状态
+
+
+