Open-Infra-Platform icon indicating copy to clipboard operation
Open-Infra-Platform copied to clipboard

[REQUEST] Support CloudCompare file endings

Open pjanck opened this issue 4 years ago • 0 comments

Describe the solution you'd like CloudCompare supports many more data formats than the few we import. Expand our reading procedure (and renderers) to support these as well. Seems like a really low hanging fruit.

Describe alternatives you've considered Well, we've now established our own reader for OFF files (see #294 ) even though the .off format is already supported by CC. Seems like a waste of resources.

Additional context

  1. Enable MODULES_POINT_CLOUD_PROCESSING.
  2. Search for class QCC_IO_LIB_API OFFFilter : public FileIOFilter, for example
  3. Or void FileIOFilter::InitInternalFilters()

pjanck avatar Jan 15 '21 13:01 pjanck