Search found 160 matches

by Perceval
Sun Oct 21, 2007 10:20 am
Forum: Beginners Help
Topic: A problem with controls
Replies: 8
Views: 651

Take a look at this tutorial http://irrlicht.sourceforge.net/tut004.html, which explains how event receiver work :)
by Perceval
Sun Oct 07, 2007 9:15 am
Forum: Beginners Help
Topic: Key codes[solved.. sort of]
Replies: 14
Views: 1296

Maybe it's starting from zero... :lol:
Anyway, i really think that when you use a lib like Irrlicht, you have to make abstraction of its implementation. If tomorrow, the Irrlicht's team decide to start key codes from 1256, you'll have to change your code too. That's why you should use key_code ...
by Perceval
Sat Oct 06, 2007 4:24 pm
Forum: Beginners Help
Topic: CreateDevice crash with Irrlicht 1.4beta
Replies: 4
Views: 749

If you've switched from an older version, make sure you link your project with the new lib, and don't forget to replace the older dll by the new one :)
by Perceval
Sat Oct 06, 2007 4:13 pm
Forum: Beginners Help
Topic: Key codes[solved.. sort of]
Replies: 14
Views: 1296

I can't see any interest in knowing which number is associated to a key code, but this is an enumerated type, so i guess the first one, KEY_LBUTTON, is zero, the second KEY_RBUTTON is one, etc, ...
by Perceval
Sun Sep 30, 2007 10:50 am
Forum: Beginners Help
Topic: Sound how to?
Replies: 3
Views: 381

Irrlicht is just a graphic engine, so you can't play sounds with it : you'll have to use another library, like irrklang, audiere, openAL, ...
by Perceval
Sun Sep 30, 2007 9:04 am
Forum: Beginners Help
Topic: beginning
Replies: 4
Views: 644

May be you have forgotten to copy the irrlicht.dll in the directory of your excutable.
If it's still doesn't work, add a system("pause") before your return instruction, and tell us what is written in the console.
by Perceval
Sun Sep 30, 2007 8:54 am
Forum: Beginners Help
Topic: PNG FATAL ERROR: Invalid image width
Replies: 18
Views: 6894

May be your texture width is not a power of 2 (i know some people got problems with that, don't know if it's corrected now).
by Perceval
Sun Sep 30, 2007 8:47 am
Forum: Beginners Help
Topic: beginning
Replies: 4
Views: 644

We need more information to help you. Post the code you are trying to compile, or describe how did you set up your project more precisely.
I'm not sure, but i think you have to use the lib in the win32-gcc directoty with dev-c++.
by Perceval
Sat Sep 22, 2007 3:19 pm
Forum: Beginners Help
Topic: warnings when use event in switch?
Replies: 15
Views: 829

In my opinion, you get these warning because you've forgotten to add a 'default' case in your switch instruction.
by Perceval
Sat Aug 25, 2007 9:15 am
Forum: Everything 2d/3d Graphics
Topic: Is there a tutorial to for blender to bone and animate mesh?
Replies: 2
Views: 1696

Yes, there are a lot of tutorials to learn Blender :D
You can find some on their wiki :
A basic tutorial (sufficient to get started i think) :
http://wiki.blender.org/index.php/Flying_Bird_-_Building_the_Rig
http://wiki.blender.org/index.php/Flying_Bird_-_Skinning

These are more advanced ...
by Perceval
Sat Aug 25, 2007 9:01 am
Forum: Off-topic
Topic: i tried to post an old original psycedelic betty model and..
Replies: 8
Views: 1175

Does this make any sense to anyone? I'm not sure to have really understood, so i'm sorry if what i'm going to say seems stupid to you.
im on my 35th computer boughten currently 35th :shock: ? For a read-only system problem ? wow...
From what i understand, it's more a problem with Linux than a ...
by Perceval
Fri Aug 24, 2007 6:05 pm
Forum: Beginners Help
Topic: nearest number
Replies: 4
Views: 562

Looks like a student exercise... :wink:
i have a set numbers and i want to see which number is nearest to "a"
example:
set of numbers:1,3,8,5,78
a=6
so the nearest number is 6!
i remember that there was a function like this but i cant remeber any help! Rolling Eyes
6 :shock: I think it's 5 :lol ...
by Perceval
Wed Aug 22, 2007 3:44 pm
Forum: Everything 2d/3d Graphics
Topic: How to make a 3D Text in blender?
Replies: 13
Views: 3915

I think you can't write text vertically (but you can do it by playning with the return key ;) )
To change the font, select your text (right click on it), then in the editing tab (you can access it by pressing f9), there are some options for texts. You can load another font here.
by Perceval
Wed Aug 22, 2007 11:06 am
Forum: Everything 2d/3d Graphics
Topic: How to make a 3D Text in blender?
Replies: 13
Views: 3915

I think you haven't download and install python.
http://www.python.org/download/
This is needed for a lot of script.
by Perceval
Wed Aug 22, 2007 7:55 am
Forum: Everything 2d/3d Graphics
Topic: How to make a 3D Text in blender?
Replies: 13
Views: 3915

I guess you have selected "extrude only vertices" instead of "extrude region" :wink: