Versions in this module Expand all Collapse all v0 v0.3.46 Sep 5, 2024 Changes in this version + const AddCommand + const PathCommand + const RemoveCommand + const ToggleCommand + const UndoCommand + func UpdatePointCloud(data []byte, updatedData *[]byte, tasks []Task) error + type Instruction int + const Add + const Remove + type Task struct + Instruction Instruction + Points []r3.Vector + func ParseDoCommand(unstructuredPoints interface{}, instruction Instruction) (Task, error)