|
Point Cloud Viewer
1.00
A Viewer to display point clouds with phong shading by converting them to splats.
|
Provides a static method for loading a point cloud file into an octree. More...
#include <fileloader.h>
Static Public Member Functions | |
| static bool | load (std::string &path, EntityOctreeContainer &into) |
| Loads an ascii encoded point cloud file. More... | |
| static void | init () |
| Initializes the loader. Must only be called once before the first call to load(). | |
Provides a static method for loading a point cloud file into an octree.
|
static |
Loads an ascii encoded point cloud file.
| path | The path of the file to load. |
| into | The data structure into which the point cloud shall be loaded. |