- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
since there is no out-of-core stragety for RCPointBuffer, one can only write rcs files in the size of the points that can be hold in memory using createScanFromPoints().
Is this affecting the rcp point cloud in any way regarding performance in ReCap or other Autodesk products?
What I mean: I guess there is an internal octree structure in the *.rcs files, so if we split the point cloud in many big rcs files the octree structure is not very efficient.
Our idea was to write a rcs file everytime the RAM is nearly full (using createScanFromPoints()) and call createProjectFromScans() at the end.
In addition: If we call importFiles() at the end instead of using createProjectFromScans() will that create one big rcs file and will this be faster than using importFiles() on a las (since we call it with rcs files)?
Solved! Go to Solution.