BAMWelDX / weldx-widgets

This project provides widgets to perform common tasks using the weldx library
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

Update csm_k3d.py #69

Closed AndreasPittner closed 2 years ago

AndreasPittner commented 2 years ago

change default camera mode

marscher commented 2 years ago

we could also add the camera mode to the CoordinateSystemManagerVisualizerK3D.__init__ method, so we could easily parameterize it from outside.

But I guess orbit is most commonly used, therefore likely never changed, right?

codecov[bot] commented 2 years ago

Codecov Report

Merging #69 (f269f4e) into main (e537cfb) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
+ Coverage   75.00%   75.01%   +0.01%     
==========================================
  Files          30       30              
  Lines        2060     2061       +1     
==========================================
+ Hits         1545     1546       +1     
  Misses        515      515              
Impacted Files Coverage Δ
weldx_widgets/visualization/csm_k3d.py 87.58% <100.00%> (+0.04%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e537cfb...f269f4e. Read the comment docs.