I have already downloaded the source code but there isnt any snippet where this is used.
I hope I am not missing anything here.
Search found 53 matches
- Fri Nov 25, 2011 8:36 am
- Forum: Code Snippets
- Topic: GuiPictureFlow for Irr (Update)
- Replies: 11
- Views: 3897
- Fri Nov 25, 2011 6:04 am
- Forum: Code Snippets
- Topic: GuiPictureFlow for Irr (Update)
- Replies: 11
- Views: 3897
Re: GuiPictureFlow for Irr (Update)
Seriously, I want to use this snippet in my project but I have no idea about how to use it.
Can anybody help me here ?
Can anybody help me here ?
- Thu Nov 24, 2011 10:43 am
- Forum: Beginners Help
- Topic: createPlaneMesh function
- Replies: 1
- Views: 341
createPlaneMesh function
Hi, I have a code snippet , which is about a year and half old and there is a call to function "createPlaneMesh()" through the pointer to GeometryCreator. But I am unable to lookup this function in the code repository. Could anyone help me , what would be correct replacement for this call?...
- Thu Nov 24, 2011 9:17 am
- Forum: Code Snippets
- Topic: GuiPictureFlow for Irr (Update)
- Replies: 11
- Views: 3897
Re: GuiPictureFlow for Irr (Update)
Can you post some sample code about how to use this snippet ?
- Wed Aug 31, 2011 9:24 am
- Forum: Beginners Help
- Topic: Unable to load unicode characters
- Replies: 1
- Views: 147
Unable to load unicode characters
Hi, I have a "euro" symbol in my application for currency. When I use the irrlicht font tool generated font file(xml), the EURO symbol is shown on the screen. But when I use my own created fonts (i.e. its XML file) the euro symbol is not shown on the screen. But when I open this font file ...
- Wed May 18, 2011 7:57 am
- Forum: Beginners Help
- Topic: Need to create Irrlicht fonts
- Replies: 8
- Views: 3533
- Mon May 16, 2011 8:34 am
- Forum: Beginners Help
- Topic: How to do animation in Irrlicht
- Replies: 3
- Views: 545
- Mon May 16, 2011 8:15 am
- Forum: Beginners Help
- Topic: How to do animation in Irrlicht
- Replies: 3
- Views: 545
How to do animation in Irrlicht
hi,
I have an image , that has the text "Player Info" on it. In my application, I am required to do a a Slide animation of this image from the left side of the screen.
Can anybody tell me how do i achieve this in Irrlicht ?
I have an image , that has the text "Player Info" on it. In my application, I am required to do a a Slide animation of this image from the left side of the screen.
Can anybody tell me how do i achieve this in Irrlicht ?
- Fri May 13, 2011 9:58 am
- Forum: Beginners Help
- Topic: Need to create Irrlicht fonts
- Replies: 8
- Views: 3533
- Fri May 13, 2011 8:25 am
- Forum: Beginners Help
- Topic: Need to create Irrlicht fonts
- Replies: 8
- Views: 3533
@nespa I am aware of this tool. Actually, the problem is that I have a .png format file in which I have the font characters, with better texture and smoothness , that I cant create with any of the available Irrlicht font tools. But my requirement is to make this file to readable by the Irrlicht apis...
- Fri May 13, 2011 6:21 am
- Forum: Beginners Help
- Topic: Need to create Irrlicht fonts
- Replies: 8
- Views: 3533
Need to create Irrlicht fonts
Hi, I have a my own font file in .png format and I want to convert that into Irrlicht readable format so that I can use it in my Irrlicht application. Can you please tell me how do I achieve this? I dont have the specifics of my font file, so I can not create the similar in Irrlicht Font maker tool....
- Wed Sep 29, 2010 2:07 pm
- Forum: Beginners Help
- Topic: Improper TAB key navigation
- Replies: 2
- Views: 338
I got the fix. The fix is that in the IGUIElement.h file , inside function getNextElement(...) there is a recursive call to same function as: (*it)->getNextElement(startOrder,reverse,group,first,closest); It should be made as: (*it)->getNextElement(startOrder,reverse,group,first,closest,includeInvis...
- Wed Sep 29, 2010 12:56 pm
- Forum: Beginners Help
- Topic: Improper TAB key navigation
- Replies: 2
- Views: 338
Improper TAB key navigation
Hi all, I have a tabs gui in my application and I am trying to navigate it via TAB keypress. But I never get the focus for the RIGHT arrow of the TABCONTROL, so unable to navigate beyond the screen. Also when I have three levels of Tabs, I see that I never get focus for the second level of tab contr...
- Wed Aug 25, 2010 7:55 am
- Forum: Beginners Help
- Topic: How can i play a 2D animation in irrlicht ?
- Replies: 3
- Views: 304
How can i play a 2D animation in irrlicht ?
Hi,
can anybody please help me understand how can i play 2D animation in Irrlicht ?
can anybody please help me understand how can i play 2D animation in Irrlicht ?
- Fri Aug 06, 2010 12:17 pm
- Forum: Beginners Help
- Topic: Catch Mouse Events
- Replies: 1
- Views: 261
Catch Mouse Events
Hi,
I have an Irrlicht Application and I am required to catch Mouse Press events in my application to find out the (X,Y) coordinates of the Mouse Click on the screen.
Any idea how I can achieve this.
cheers.
I have an Irrlicht Application and I am required to catch Mouse Press events in my application to find out the (X,Y) coordinates of the Mouse Click on the screen.
Any idea how I can achieve this.
cheers.