Search found 53 matches

by manik_sheeri
Fri Nov 25, 2011 8:36 am
Forum: Code Snippets
Topic: GuiPictureFlow for Irr (Update)
Replies: 11
Views: 3897

Re: GuiPictureFlow for Irr (Update)

I have already downloaded the source code but there isnt any snippet where this is used.

I hope I am not missing anything here.
by manik_sheeri
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 ?
by manik_sheeri
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?...
by manik_sheeri
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 ?
by manik_sheeri
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 ...
by manik_sheeri
Wed May 18, 2011 7:57 am
Forum: Beginners Help
Topic: Need to create Irrlicht fonts
Replies: 8
Views: 3533

Can anybody tell me what are the "u" and "o" values in the XMl file of the font ?
What does it represents?
by manik_sheeri
Mon May 16, 2011 8:34 am
Forum: Beginners Help
Topic: How to do animation in Irrlicht
Replies: 3
Views: 545

@serengeor

I could not have been more specific in my text.
However, I guess for any sort of animations, I need to have the formatted file like b3d, mds format files for playing animation.
Am I correct ?
by manik_sheeri
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 ?
by manik_sheeri
Fri May 13, 2011 9:58 am
Forum: Beginners Help
Topic: Need to create Irrlicht fonts
Replies: 8
Views: 3533

Is it necessary that I should have the power-of-2 dimensions for my font file.
If yes, why ?
by manik_sheeri
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...
by manik_sheeri
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....
by manik_sheeri
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...
by manik_sheeri
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...
by manik_sheeri
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 ?
by manik_sheeri
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.