Skip to content

v0.3.8

Compare
Choose a tag to compare
@blueherongis blueherongis released this 23 Oct 19:35
· 147 commits to master since this release

Release Notes:

  • Added ImageCubeMap component to generate a cubemap from a given plane (camera) using a specified display mode.
  • Added ImageCubeMapPlus component which is similar to ImageCubeMap, but add the ability to visualize ray casting based on colors in the cubemap like a 3d isovist.
  • Added CubeToEqui component to convert a cube map panorama to an equirectangular panorama.
  • Added ImageFilterColors component to get a filtered pixel count of colors contained in an image based on color list.
  • Added HexToColor to convert a hexidecimal color to RGBA format.
  • Added MultiMoveToMesh to move breps, meshes, polylines and points to a topo mesh with multithreading.
  • Updated the output of MapboxVector to be organized by layer type and added a menu to filter by layer type.