Search found 140 matches

by Iyad
Tue Oct 12, 2010 2:44 am
Forum: Beginners Help
Topic: Draw all spaces in a font
Replies: 16
Views: 922

Code: Select all

setInvisibleCharacters(L" ")
I dont think you put the space...
by Iyad
Tue Oct 12, 2010 2:42 am
Forum: Beginners Help
Topic: Cammera Near / Far Value -> Not rendering or removing
Replies: 1
Views: 375

if you cant see it that means that the object position is simply not between the near and the far value (or in the view frustrum). try simply to reduce your near value and increase the FOV and the far value.
by Iyad
Tue Oct 12, 2010 2:30 am
Forum: Competition Time!
Topic: component entity system contest
Replies: 14
Views: 7420

Hey whats going on with this contest?

Do I win...? Because I see no other submissions than mine... :lol:
by Iyad
Fri Sep 17, 2010 10:25 pm
Forum: Beginners Help
Topic: How to catch window resize event
Replies: 3
Views: 1156

If I was you, i would simply check out if the window size has been changed each loop. I looked quickly at the irrlicht api and I didnt find anything related. Yes it may look ugly, but its a really simple solution.
by Iyad
Fri Sep 17, 2010 10:19 pm
Forum: Beginners Help
Topic: Cannot load .irr files.
Replies: 5
Views: 334

I always use 32bit system and i had never experienced any problem like this. To open your file, simply go on the top tab, click the open button, next to the save one.

Btw, how did you manage to make your scene with IrrEdit without knowing how to open a scene file? :roll:
by Iyad
Fri Sep 17, 2010 6:05 pm
Forum: Beginners Help
Topic: Cannot load .irr files.
Replies: 5
Views: 334

Open your scene using IrrEdit. If the meshes aren't loaded, correct the path relative to the .irr file. Otherwise, you may post some specification about your system.
by Iyad
Fri Sep 10, 2010 6:41 pm
Forum: Competition Time!
Topic: component entity system contest
Replies: 14
Views: 7420

Here is my entry : http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=39747&highlight= I made this since a week or two. It is fully extendible and fast to use. This is an overview : -Irrklang is used for sound and Bullet for physics. -There is a game machine system where you can toggle from ...
by Iyad
Thu Sep 09, 2010 8:55 pm
Forum: Beginners Help
Topic: mysteriously unselectable UI components
Replies: 2
Views: 269

Im sure you are overriding some elements. Clean your code and be sure that there is no other gui element added after the buttons and overriding it. If its not the case, post a piece of code so we could help.
by Iyad
Thu Sep 09, 2010 8:52 pm
Forum: Beginners Help
Topic: Toggling Collision off and on with button?
Replies: 2
Views: 255

Remove the animator and recreate it each time.
by Iyad
Thu Sep 02, 2010 3:38 pm
Forum: Beginners Help
Topic: Irrlicht performance, Blender's export balance
Replies: 2
Views: 281

I use blender for all modelling and animation, here are some links that will surely help you using blender with irrlicht : For static meshes (maps, objects...) : http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=27073&highlight=blender+exporter This is a great exporter and it is easy to use...
by Iyad
Mon Aug 30, 2010 3:56 pm
Forum: Code Snippets
Topic: SoA - Source code [stopped]
Replies: 9
Views: 4953

I'm sorry for the error, im at school now so ill try to fix this as fast as possible. And for the game idea, I dont think I can change it. Palestine and Israel are in war, so im very limited when it comes to this aspect of the game. The presence of weapon adds a violent dimension to the game and wil...
by Iyad
Mon Aug 30, 2010 3:42 am
Forum: Beginners Help
Topic: [fixed] Tiled terrain - bright lines between tiles?
Replies: 2
Views: 330

I already had this problem. Be sure you have normalized your mesh normals. If this problem still persist, that only means that your mesh is to big. Try to set its scale to lower value and check what you will get. EDIT: I see that they are not well aligned, some of them are overlapping some other squ...
by Iyad
Sun Aug 29, 2010 11:39 pm
Forum: Code Snippets
Topic: SoA - Source code [stopped]
Replies: 9
Views: 4953

SoA - Source code [stopped]

What it is? SoA ( Soldier of Allah ) is a first-person shooter game. It contains no story nor characters, its a round based game where the goal is to protect a humanitarian aid convoy in destination to Gaza, in hope to save some innocent lives. Why the project was stopped? I realised that making a ...
by Iyad
Fri Aug 27, 2010 6:06 pm
Forum: Beginners Help
Topic: OnPreRender() Method??
Replies: 3
Views: 536

http://www.irrlicht3d.org/wiki/index.ph ... PostRender

They changed OnPreRender for OnPostRender...
by Iyad
Fri Aug 27, 2010 6:01 pm
Forum: Beginners Help
Topic: How to modify the parameters of a collision animator?
Replies: 2
Views: 215

Why are cross-posting? You already posted your problem in the begginers help section.