Search found 150 matches

by r3i
Wed Mar 08, 2006 12:06 pm
Forum: Beginners Help
Topic: [SOLVED] Transparency and fire
Replies: 9
Views: 501

Hi

For window: have you tried to set the material flag EMF_LIGHTING off?
For Fire: Maybe you lost the texture: try to control it using an ITexture pointer and chack in every loop: maybe something goes wrong.
by r3i
Wed Mar 08, 2006 11:44 am
Forum: Beginners Help
Topic: Converting from Windows GDI to Irrlicht
Replies: 16
Views: 744

:D wanna see wanna see!
by r3i
Wed Mar 08, 2006 11:43 am
Forum: Beginners Help
Topic: Collision Detection on IEventReceiver
Replies: 0
Views: 196

Collision Detection on IEventReceiver

hi guys, today I'm active... :D I have copied the code of collision detection of the tutorial from the loop to a method of my EventReceiver for making more logic the division, but when there are many nodes on my scene, my method doesn't work while it works fine when there is only 1 node in the scene...
by r3i
Wed Mar 08, 2006 11:39 am
Forum: Beginners Help
Topic: Catching the end of createFlyStraightAnimator
Replies: 3
Views: 171

Catching the end of createFlyStraightAnimator

Hi guys,
i would to know if there is a way to know when a createFlyStraightAnimator ends to animate a node.

I have a cube and it goes on a line and then it stops. Can I know when it stops or must I have a timer?
by r3i
Wed Mar 08, 2006 11:36 am
Forum: Beginners Help
Topic: [SOLVED]Dev c++ compile problem
Replies: 9
Views: 236

"don't be afraid! *^^ we are here! The tutorial on how to configure irrlicht with the Devcpp is the same for Irrlicht version 14 so don't be sad. When you create your project there are only 3 thing that you must do in order to run. First: open Option Project and set the include directory to Irr...
by r3i
Wed Mar 08, 2006 10:18 am
Forum: Beginners Help
Topic: [SOLVED]Dev c++ compile problem
Replies: 9
Views: 236

put all 3 librarys out of the devc++ . What? Sorry I don't understand what you have done. Why Do you use Irrlicht version 3 ? Now we have Irrlicht 14 stable. Try to get it also because if you have pasted the demo's code maybe it's for version 14 and not for 3.0 I don't know if Irrlicht is "scal...
by r3i
Tue Mar 07, 2006 10:03 pm
Forum: Beginners Help
Topic: Converting from Windows GDI to Irrlicht
Replies: 16
Views: 744

:D CMS!!
I'm implementing it in the web agency where I'm working!!!

Nice... I'll get some idea!
;) www.justweb.it -< I'm here as apprentice
by r3i
Mon Mar 06, 2006 9:28 pm
Forum: Beginners Help
Topic: Converting from Windows GDI to Irrlicht
Replies: 16
Views: 744

uhoa!!!!
Beautiful site!!!
I understand you target.
I suggest to make in main loop because if user send the game in background or pause it, it'll lost the video output... take some tests :)
I know because this is the problem of many splashscreen for games.
by r3i
Mon Mar 06, 2006 2:43 pm
Forum: Beginners Help
Topic: Converting from Windows GDI to Irrlicht
Replies: 16
Views: 744

:) now I understand! Beautiful idea *^^ I think that you must use the loop, because an user must move, so you must update the status of every cell of the field every time the bomberman moves. You can use Collision or checking only coordinates, but in all the way you must control the bomberman positi...
by r3i
Mon Mar 06, 2006 1:36 pm
Forum: Beginners Help
Topic: problem with compile&run
Replies: 7
Views: 241

Hi

Ok! *^^
Can You read the message error in the output window of Devcpp.
On the bottom of the Devcpp window.

Reading this we can understand what kind of error does the compilator
by r3i
Mon Mar 06, 2006 1:28 pm
Forum: Off-topic
Topic: [SOLVED] What I must do in order to have avatar???
Replies: 4
Views: 340

tried but it seems that doesnt work...

AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

IT WORKS!

:cry: thank you, thank you so much :cry:
by r3i
Mon Mar 06, 2006 3:53 am
Forum: Off-topic
Topic: [SOLVED] What I must do in order to have avatar???
Replies: 4
Views: 340

:roll: so... I'll wait!
by r3i
Mon Mar 06, 2006 1:45 am
Forum: Off-topic
Topic: [SOLVED] What I must do in order to have avatar???
Replies: 4
Views: 340

[SOLVED] What I must do in order to have avatar???

:cry: I want it! I want it!
I 've tried to set it, trie to set the url and tried to set the link... :'(
by r3i
Mon Mar 06, 2006 1:25 am
Forum: Beginners Help
Topic: [ SOLVED ] Moving a camera with createFlyStartAnimator
Replies: 0
Views: 124

[ SOLVED ] Moving a camera with createFlyStartAnimator

Hi guys, I've made a camera that moves around. Now I wanna to do this thing: when I'm near an hotspot, if user clicks with the mouse, camera moves in a fixed position. I've done this with createFlyStraightAnimator, but my camera don't preserve the target...I would move it without canghing the wiev, ...
by r3i
Mon Mar 06, 2006 1:09 am
Forum: Advanced Help
Topic: Collision Detection for anited model on terrain
Replies: 3
Views: 410

ok, now is better. If it jumps it's because its initial position is wrong respect to the ground. Maybe initially you set a position of the model that intersects with the ground. Try to setPosition of the model for example on ( 0, 30, 0 ) : it'll fall back and run and if run and not jumps you have a ...