Search found 6 matches

by Fk
Thu Mar 26, 2009 9:19 am
Forum: Beginners Help
Topic: hide CMD in VS2005
Replies: 1
Views: 220

hide CMD in VS2005

Hi @All.
I use Irrlicht with C++ (Visual Studio 2005 C++ without .NET)
Can everyone say me how i can hide the CMD Window?

Thanks for help.
by Fk
Sat Jul 12, 2008 12:26 am
Forum: Bug reports
Topic: Doc typo: IDriver to IVideoDriver in drop/grab doc
Replies: 2
Views: 502

Heey, Guys! I need answer! IVideoDriver have not createTexture too. And if I use addTexture, than myTexture is store in mydriver, that write in help. I want to use createTexture.
by Fk
Fri Jul 11, 2008 3:14 am
Forum: Beginners Help
Topic: draw simple pixel in IGUIWindow
Replies: 6
Views: 466

I writing code that will output graph of my math function to IGUIWindow. And that graph must be resizeable as window by wheel. =>window(IGUI)=>image=>texture I recompiled engine. Window is resizeable by wheel now. And image too. if(event.EventType == EET_MOUSE_INPUT_EVENT && event.MouseInput...
by Fk
Thu Jul 10, 2008 2:53 pm
Forum: Beginners Help
Topic: draw simple pixel in IGUIWindow
Replies: 6
Views: 466

JP wrote:You could create yourself a texture and display that in the window and then edit the pixels of the texture as required. look at ITexture::lock()
thanks, I'll try it
by Fk
Thu Jul 10, 2008 2:51 pm
Forum: Beginners Help
Topic: draw simple pixel in IGUIWindow
Replies: 6
Views: 466

ok, thanks, I thought that irrlicht should give me that chance to simple draw point, becouse it's so trivial! o_O =(
by Fk
Thu Jul 10, 2008 1:28 pm
Forum: Beginners Help
Topic: draw simple pixel in IGUIWindow
Replies: 6
Views: 466

draw simple pixel in IGUIWindow

How can I do that? How can I draw graph, not static image, not texture, just simple pixel in my window(IGUIWindow)?
//I'm from Russia, so excuse me for my little english.
And I not want to create new driver for doing "driver->draw2DLine(x,y,x,y)" - I think it's not cool =\