Open-Infra-Platform
Open-Infra-Platform copied to clipboard
[REQUEST] Support CloudCompare file endings
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
- Enable
MODULES_POINT_CLOUD_PROCESSING. - Search for
class QCC_IO_LIB_API OFFFilter : public FileIOFilter, for example - Or
void FileIOFilter::InitInternalFilters()