Search found 2 matches

by Ciaron Hamilton
Fri May 22, 2020 3:35 pm
Forum: Questions
Topic: Externally adding points/point clouds
Replies: 2
Views: 1923

Re: Externally adding points/point clouds

A plug-in would be the only "real-time" way to go about this. You would most likely need to use IPC (inter process communication) there are a number of different options for IPC one of the easiest would probably be to use tcp/ip and communicate over the localhost. Qt has networking librar...
by Ciaron Hamilton
Tue May 19, 2020 4:10 pm
Forum: Questions
Topic: Externally adding points/point clouds
Replies: 2
Views: 1923

Externally adding points/point clouds

Hello, I am working on a C# application which to visualize data from an end effector of a robot and want to use CloudCompare since all the tools I need are available in this software. Inputs into CloudCompare would be 3D Cartesian coordinates <x,y,z>, normals <Rx,Ry,Rz>, and the voltage <v> as a sca...