|
|
|
|||||||
Windows 64 bits | |||||||||
Windows 64 bits Stereo (support for NVidia 3D Vision and Oculus Rift) | |||||||||
Mac OS 64 bits | Thanks
to Andy Maloney, MacOS apps are available here |
||||||||
Linux 64 bits | Now
thanks to Alberto
Mardegan (and Romain Janvier), there is a "universal" snap package
for Linux. On Ubuntu, starting from version 16.04 it's as simple as typing "snap install cloudcompare". On other distributions, you may need to install snap first (please refer to the corresponding documentation if necessary). Snaps are published in 3 channels: "stable", "beta", and "edge". The "stable" and the "beta" channel deliver the latest stable and beta versions of CloudCompare while "edge" delivers nightly builds and may eat your laundry. You can switch at any time between these three channels by launching "sudo snap refresh --<channel name>" in your terminal. |
||||||||
Sources | git
repository: https://github.com/CloudCompare/CloudCompare/releases/tag/v2.11.0 (for compilation instructions, refer to the BUILD.md file) |
-FBX_EXPORT_FMT
command
is now split. Use -FBX
-EXPORT_FMT
ccIOFilterPluginInterface
to ccIOPluginInterface
.ccIOPluginInterface::getFilter()
method
was removed in favour of ccIOPluginInterface::getFilters()
.FileIOFilter
base
class now takes a struct as an argument containing all the static info
about a filter - extensions, features (import/export), etc.. See FooFilter
in
the ExampleIOPlugin
and
the comments in FileIOFilter::FilterInfo
.FileIOFilter::FilterInfo
means
that the following virtual functions in I/O filters are no longer
virtual/required:
ccGLFilterPluginInterface
to ccGLPluginInterface.