Search found 5 matches

by Authur
Wed Dec 02, 2020 4:56 am
Forum: Questions
Topic: Missing Texture for OBJ
Replies: 1
Views: 927

Missing Texture for OBJ

Hi I compile the CloudCompare By the Code,However I found that when i load obj into my cloudcompare the obj mesh miss the Texture,However when i load the same obj to the other cloudcompare project which directly download from the github,the obj mesh has the texture.so,I want to ask that why the extu...
by Authur
Tue Aug 25, 2020 6:21 am
Forum: Plugins
Topic: How can i make a new thread for my plugin
Replies: 2
Views: 2020

Re: How can i make a new thread for my plugin

ok!thanks a lot!
by Authur
Sun Aug 23, 2020 4:10 am
Forum: Plugins
Topic: How can i make a new thread for my plugin
Replies: 2
Views: 2020

How can i make a new thread for my plugin

Hi I develop a plugin which use the 'createprocess' to call the cmd for realizing the function,however when i use the 'waitforsingleobject' to monitor that if the cmd has exited,the program always become no responding,so i think that i should create new thread for the plugin,but i don't konw how to ...
by Authur
Thu Aug 13, 2020 8:30 am
Forum: Plugins
Topic: plugin makes Program not responding
Replies: 2
Views: 2663

Re: plugin makes Program not responding

Hi Daniel That issue was posted by me,after these days debug,i thought that there may be another way to realize the plugin based on the PCL library,so I develop the plugin based on the framework of qPCL,i developed the plugin like the NormalEstimation in the qPCL.However,it also spends a lot of time...
by Authur
Wed Aug 05, 2020 9:00 am
Forum: Plugins
Topic: plugin makes Program not responding
Replies: 2
Views: 2663

plugin makes Program not responding

Hello, i am trying to develop a plugin for indoor plane Extraction based on regionGrowing and RANSAC,however when i complete the plugin and use in the program,it always make Program not responding,and cant use in a point cloud with about 2 million numbers of point.The algorithm is successful run in ...