Search found 10 matches

by switchblade_77
Sat Jan 14, 2012 4:24 pm
Forum: Beginners Help
Topic: Alt freezing rendering Problem [Windows]
Replies: 18
Views: 1637

Re: Alt freezing rendering Problem [Windows]

thanks for your reply ... i will try the svn version and let you know.. Sorry for the late response.
my irrlicht version is 1.7.2 downloaded from the web.
by switchblade_77
Wed Jan 11, 2012 11:57 am
Forum: Beginners Help
Topic: Alt freezing rendering Problem [Windows]
Replies: 18
Views: 1637

Re: Alt freezing rendering Problem [Windows]

@cute alien : windows 7
by switchblade_77
Wed Jan 11, 2012 11:54 am
Forum: Beginners Help
Topic: Alt freezing rendering Problem [Windows]
Replies: 18
Views: 1637

Re: Alt freezing rendering Problem [Windows]

i cant break it after hitting alt cuz if the window looses focus it resumes rendering.
Also the gdb debugger does not show any abnormalities.
Though the cpu usage from 100% drops to less than 50% after the rendering freezes..
by switchblade_77
Wed Jan 11, 2012 9:54 am
Forum: Beginners Help
Topic: Alt freezing rendering Problem [Windows]
Replies: 18
Views: 1637

Re: Alt freezing rendering Problem [Windows]

This is part of the output... Event Occurred Alt key pressed Z:82 time Passed : 4 Z:83 time Passed : 4 Z:84 time Passed : 3 Z:85 time Passed : 33 Z:86 time Passed : 8 Z:87 time Passed : 3 Z:88 time Passed : 3 Z:89 time Passed : 8 Z:90 time Passed : 9 Z:91 time Passed : 2 Z:92 time Passed : 6 Z:93 ti...
by switchblade_77
Mon Jan 09, 2012 9:27 am
Forum: Beginners Help
Topic: Alt freezing rendering Problem [Windows]
Replies: 18
Views: 1637

Alt freezing rendering Problem [Windows]

In Windows when I press alt and release it .. the rendering freezes and when I press space a menu opens at the title bar. To resume the rendering i have to press alt again or some other key other than space. Also i checked with the key pressed and release events. It seems that after the alt key is r...
by switchblade_77
Fri Nov 25, 2011 9:44 am
Forum: Beginners Help
Topic: Find the UpperRightCorner & LowerLeftCorner - rotated Rect
Replies: 2
Views: 238

Find the UpperRightCorner & LowerLeftCorner - rotated Rect

How do I find the UpperRightCorner and the LowerLeftCorner of a rotated Rect? I know that I can find the UpperLeftCorner and the LowerRightCorner of the irr rect, from that can I find the URC and the LLC ? The center of rotation is the middle of the rect or could be any of the 4 vertex of the rect.....
by switchblade_77
Tue Sep 20, 2011 6:57 pm
Forum: Beginners Help
Topic: Can I make a game like Wakfu using Irrlicht? Any suggestions
Replies: 10
Views: 1551

Re: Can I make a game like Wakfu using Irrlicht? Any suggest

Ya .. I learned SDL prior to this and now I moved 2D images using the engine .. so far its pretty simple ...
by switchblade_77
Fri Sep 16, 2011 9:45 pm
Forum: Beginners Help
Topic: Can I make a game like Wakfu using Irrlicht? Any suggestions
Replies: 10
Views: 1551

Re: Can I make a game like Wakfu using Irrlicht? Any suggest

So, I do not need to use any openGL commands ? because I spent 2 months learning it. I have partially set up my engine but I've gotten many reviews saying that its not an easy thing to develop an engine. I have stumbled upon so many things such as collision detection, control logic, lighting, etc th...
by switchblade_77
Thu Sep 15, 2011 10:48 pm
Forum: Beginners Help
Topic: Can I make a game like Wakfu using Irrlicht? Any suggestions
Replies: 10
Views: 1551

Re: Can I make a game like Wakfu using Irrlicht? Any suggest

thank you for your reply. @Mel : I would like to know whether I could implement the trick shown here http://imageshack.us/photo/my-images/197/trickvr.jpg/ Also, many people are recommending me not to reinvent the wheel, so I am choosing a game engine and not making my own. If Irrlicht can give me wh...
by switchblade_77
Thu Sep 15, 2011 9:51 am
Forum: Beginners Help
Topic: Can I make a game like Wakfu using Irrlicht? Any suggestions
Replies: 10
Views: 1551

Can I make a game like Wakfu using Irrlicht? Any suggestions

I m planning to make a game that uses 3d objects in the background for collision, control logic,etc while using sprites which will be used as texture mapped onto a cube I m planning for an isometric game along with the switch of view to a side scroller Basically its a game combining diablo and stree...