Hi
when I import the jpg pic, how can set it position and size?
import the image
Re: import the image
If you want to control where an image is displayed, you have to actually create a small rectangle (ccPlane) and then map the image on it as a texture (see ccPlane::setAsTexture).
It's used in at least two different plugins (qSRA and qEllipser if I'm not mistaken).
It's used in at least two different plugins (qSRA and qEllipser if I'm not mistaken).
Daniel, CloudCompare admin