Table of Contents
This plugin enalbes the management of point cloud in GroIMP following the language XL syntax.
This project is a plugin for the opensource software GroIMP and can only be used from within this platform! GroIMP is designed as an integrated platform incorporating modelling, visualization and interaction. It exhibits several features that make it suitable for the field of biological and ALife modelling.
The plugin is installed in the default release of GroIMP (>=2.1.5), but for other installations it can be downloaded from the plugin manager or compiled from the source.
The plugin enables import & export of point cloud from XYZ and PLY file formats. These point clouds can be added in the simulation as graph, where each point is added as terminal vertices to a balanced tree in the project graph. Adding the objects only as terminal vertices enables to keep the concept of local transformation of GroIMP, which enables to manipulate the points individually using turtle geometry and XL commands.
If the imported file also includes meshes or lines, these objects are added as separate trees. The meshes and lines are then linked to their corresponding points using refinement edges. This structure of separated trees with only specific relationships allows to easily manipulate only one scale of the structure while keeping the included knowledge and relationships.
A more in depth description of the point cloud objects in GroIMP is available on the software wiki. The current version 1.8 requires groImp 2.1.5 or higher