Search found 7 matches
- Mon Jul 25, 2016 9:37 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
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...
- Mon Jul 25, 2016 8:55 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
Re: How to add texture information in "ccSphere" class?
"image1.jpg":daniel wrote:Oh, and can you show us a snapshot of the current result?
The snapshot of the result:
"snapshot.jpg"
- Mon Jul 25, 2016 8:32 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
Re: How to add texture information in "ccSphere" class?
Can't you see the image? I added it by the "Add files" button of "Attachement". ...daniel wrote:I can't see the image. It would be very helpful ;)
- Mon Jul 25, 2016 8:29 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
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...
- Mon Jul 25, 2016 8:02 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
Re: How to add texture information in "ccSphere" class?
The aspect ratio of the picture is 2: 1, just like the attach file:"image1.jpg".Thanks very much!daniel wrote:Can you clarify your question? It's hard to understand...
- Mon Jul 25, 2016 7:55 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
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 ...
- Mon Jul 25, 2016 6:14 am
- Forum: CloudCompare
- Topic: How to add texture information in "ccSphere" class?
- Replies: 14
- Views: 13394
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...