Search found 6 matches

by Fy_Hertz
Wed Nov 09, 2005 2:17 pm
Forum: Beginners Help
Topic: virtual void Point(irr::core::vector3df Vec2,f32 Speed)
Replies: 6
Views: 574

heu... well... that's not going to help me :roll:
by Fy_Hertz
Wed Nov 09, 2005 7:34 am
Forum: Beginners Help
Topic: virtual void Point(irr::core::vector3df Vec2,f32 Speed)
Replies: 6
Views: 574

Okay, It works now but only if my function isn't virtual.

Actually this:

Code: Select all

virtual void A()
{

}
makes my program crash too !

Why do i can't add virutal fonction ?
by Fy_Hertz
Wed Nov 09, 2005 12:04 am
Forum: Beginners Help
Topic: virtual void Point(irr::core::vector3df Vec2,f32 Speed)
Replies: 6
Views: 574

virtual void Point(irr::core::vector3df Vec2,f32 Speed)

Hi guys,
I'm trying to add a new virtual member to the ISceneNode class.

This is the fonction:
virtual void Point(irr::core::vector3df Vec2,f32 Speed)
{
core::vector3df Vec = this*->getPosition();
Vec.X+=(Speed*((Vec2.X-Vec.X)/sqrt((Vec2.X-Vec.X)*(Vec2.X-Vec.X)+(Vec2.Z-Vec.Z)*(Vec2.Z-Vec.Z ...
by Fy_Hertz
Tue Nov 08, 2005 11:28 am
Forum: Off-topic
Topic: Hi everybody ;) !
Replies: 7
Views: 610

oh ! lol that is not what i was trying to say believe me
:oops:
by Fy_Hertz
Mon Nov 07, 2005 8:09 pm
Forum: Off-topic
Topic: Hi everybody ;) !
Replies: 7
Views: 610

don't worry, i'm not going to ask stupid questions (not yet :roll:) and I swear that i'm gonna use the heu... the things yu just call "my friend"
by Fy_Hertz
Mon Nov 07, 2005 6:34 pm
Forum: Off-topic
Topic: Hi everybody ;) !
Replies: 7
Views: 610

Hi everybody ;) !

Hi guys,
a friend talks me about Irrlicht so i'm gonna try to learn more about it. Actually that's why i come introduce myself around here :wink:.
I've seen some screenshots about what we can do with this engine and that's look amazing.
Actually i use to program with 3d games creator, now i'm a ...