2022.2.3
This release includes various improvements and bug fixes
base.py
alignToBoundingBox()
change the default behavior to match exactly the target (affine transform) @jsaintauret- added
getRGBA()
to obtain the actual colors from an object as rendered
pointcloud.py
addTrail()
simplified.
mesh.py
isInside(..., returnIds=True)
fixed bug
plotter.py
- added
lookAt(plane='xy')
to move the camera to face one of the cartesian planes - removed
plotter.load()
as not really necessary and potentially confusing
pyplot.py
- add legends to Figures thanks to new method
addLegend()
shapes.py
- moved
volume.streamLines
toshapes.StreamLines
volume.py
- added
mask(vol)
to mask the visualization of a volume
Examples
New/Revised
examples/basic/shadow2.py
examples/basic/deleteMeshPoints.py
examples/basic/ssao.py
examples/basic/align6.py
examples/basic/pca_ellipsoid.py
examples/advanced/gyroid.py
examples/volumetric/volumeOperations.py
examples/volumetric/streamlines1.py
examples/simulations/orbitals.py
examples/simulations/mag_field1.py
examples/simulations/mag_field2.py
examples/simulations/pendulum_3d.py
examples/pyplot/histo_1d_b.py
examples/pyplot/fitPolynomial1.py
examples/pyplot/plot_extra_yaxis.py
examples/other/pygeodesic1.py
examples/other/qt_cutter.py
Deleted
examples/other/animation1.py
examples/other/animation2.py
examples/simulations/alien_life.py
examples/simulations/cell_colony.py