@crystaldesign/real-time-viewer 25.13.2-rc.9 → 25.13.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3734,7 +3734,7 @@ var buildScene = function buildScene(_ref) {
3734
3734
  geo.rotation = utilStore.degreesToRadians({
3735
3735
  x: hqsGeo.isIDM3D ? 90 - curGeo.rot.x : -curGeo.rot.x,
3736
3736
  y: 360 - curGeo.rot.y,
3737
- z: curGeo.rot.z
3737
+ z: 360 - curGeo.rot.z
3738
3738
  });
3739
3739
  geo.setEnabled(true);
3740
3740
  utilStore.setAnalyzeDataRowStatus(curMeshName, true);