Search found 7 matches

by Jame
Mon Jul 25, 2016 9:37 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

Re: How to add texture information in "ccSphere" class?

Ok: - the texture seems rotated of 90 degrees, therefore I guess you should check the roles of A, B, C and D (for a texture, the (0,0) coordinate is the upper left pixel, and (1,1) the lower bottom pixel). - considering the repetition of the texture pattern, it seems you have also missed the fact t...
by Jame
Mon Jul 25, 2016 8:55 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

Re: How to add texture information in "ccSphere" class?

daniel wrote:Oh, and can you show us a snapshot of the current result?
"image1.jpg":
Image
The snapshot of the result:
"snapshot.jpg"
Image
by Jame
Mon Jul 25, 2016 8:32 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

Re: How to add texture information in "ccSphere" class?

daniel wrote:I can't see the image. It would be very helpful ;)
Can't you see the image? I added it by the "Add files" button of "Attachement". ...
by Jame
Mon Jul 25, 2016 8:29 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

Re: How to add texture information in "ccSphere" class?

Oh, and can you show us a snapshot of the current result? Ok! The snapshot of the current result like attach file "snapshot.jpg", I user "ccViewer" to display: Besides the variable “g_iCol” and "g_iRow" is: const int g_iCol=90;//Setting the image many times do longitud...
by Jame
Mon Jul 25, 2016 8:02 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

Re: How to add texture information in "ccSphere" class?

daniel wrote:Can you clarify your question? It's hard to understand...
The aspect ratio of the picture is 2: 1, just like the attach file:"image1.jpg".Thanks very much!
by Jame
Mon Jul 25, 2016 7:55 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

Re: How to add texture information in "ccSphere" class?

Can you clarify your question? It's hard to understand... I am sorry,it is that I want to add texture in "ccSphere" class,now i add a "setAsTexture" function in "ccSphere" class like "ccPlane" class, and rewrite the" buildUp" function. The question ...
by Jame
Mon Jul 25, 2016 6:14 am
Forum: CloudCompare
Topic: How to add texture information in "ccSphere" class?
Replies: 14
Views: 8562

How to add texture information in "ccSphere" class?

Hello! I am a novice, I want to a picture of the aspect ratio of 2:1 to "ccSphere" class structure, according to the sphere of the medial do fake "ccPlane" class, add a "setAsTexture" method, why stick texture are displayed in the sphere of the outside rather than insid...