Page 1 of 1

Feature Request for CEGUI Builder

Posted: Thu Mar 03, 2005 11:14
by hrusi
is it possible to get the images position in the texture ?

it is requested for the image editor feature in my program.

thanx

Re: Feature Request for CEGUI Builder

Posted: Thu Mar 03, 2005 12:40
by CrazyEddie
Hi,

I thought I already had this, but I just looked and I don't so I'll add it over the coming weekend :)

CE.

Re: Feature Request for CEGUI Builder

Posted: Tue Mar 08, 2005 14:38
by CrazyEddie
This feature has now been added in CVS HEAD. See the method:

Code: Select all

const Rect& Image::getSourceTextureArea(void) const;

Please allow a good few hours for anonymous CVS access to sync.

CE.