Is there any specific reason why it's not there?API_DOC wrote:virtual void draw2DRectangleOutline (const core::recti &pos, SColor color=SColor(255, 255, 255, 255))=0
Draws the outline of a 2D rectangle.
Clipping support for draw2DRectangleOutline?
Clipping support for draw2DRectangleOutline?
Well I was doing some stuff with GUI and I noticed that function 'irr::video::IVideoDriver::draw2DRectangleOutline' does not take clipping argument.
Working on game: Marrbles (Currently stopped).
Re: Clipping support for draw2DRectangleOutline?
really?? no one has any idea why this method has no clipping?
Working on game: Marrbles (Currently stopped).
Re: Clipping support for draw2DRectangleOutline?
because you haven't coded it yet?
thats my best guess
thats my best guess
Re: Clipping support for draw2DRectangleOutline?
Yeah, no-one done it... don't think there is any reason beside that.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 14143
- Joined: Wed Apr 19, 2006 9:20 pm
- Location: Oldenburg(Oldb), Germany
- Contact:
Re: Clipping support for draw2DRectangleOutline?
IIRC, this method was only intended for internal use in the Irrlicht GUI elements in the very early days. And probably it was not adjusted when it was made publicly available.
Re: Clipping support for draw2DRectangleOutline?
I see, thanks.
Working on game: Marrbles (Currently stopped).