Search found 13 matches

by janw
Wed Feb 23, 2011 1:01 pm
Forum: Beginners Help
Topic: How to attach a child to specific joint of another node?
Replies: 1
Views: 258

How to attach a child to specific joint of another node?

Hello there, Ok so I came to the point where the character in my small game has to pick up a weapon. However I have no clue how to attach it to her hand so whenever the animation for shooting will be called the weapon should change its position according to the position of the hand. How can I do thi...
by janw
Fri Jan 28, 2011 10:15 am
Forum: Beginners Help
Topic: tutorial on point clouds and polygons
Replies: 13
Views: 1580

case irr::KEY_KEY_P: // switch wire frame mode Terrain->setMaterialFlag(video::EMF_POINTCLOUD, !Terrain->getMaterial(0).PointCloud); Terrain->setMaterialFlag(video::EMF_WIREFRAME, false); return true; at this point mate:), look at the tutorial first ( just a suggestion ) before posting such a quest...
by janw
Mon Dec 13, 2010 2:48 pm
Forum: Beginners Help
Topic: Irrlicht and Physx Engine
Replies: 3
Views: 387

I use Bullet engine. There is quite good tutorial on the wiki how to integrate it with irrlicht. Also you can explore bullet's website and forum. If you prefer to use a wrapper there is irrBullet.
by janw
Mon Dec 13, 2010 2:42 pm
Forum: Beginners Help
Topic: opensteer + Irrlicht
Replies: 0
Views: 490

opensteer + Irrlicht

Hi,
Can anyone post a simple example how to integrate opensteer with irrlicht? I have checked the forum but most of the posts are outdated and their links are not working. Also the link to the demo how to integrate those two on the Irrlicht Engine Wiki is not working too.
by janw
Thu Dec 09, 2010 3:50 pm
Forum: Everything 2d/3d Graphics
Topic: Phoenix Free Animated models
Replies: 1
Views: 1408

nice model mate:)
by janw
Sun Dec 05, 2010 12:38 pm
Forum: Beginners Help
Topic: Can't find Irrlicht.lib [Solved]
Replies: 4
Views: 1980

Hi,
the Irrlicht.dll is in demo examples.
Just go to:
irrlicht-1.7.2\bin\Win32-VisualStudio and copy it from there.
You have to paste Irrlicht.dll to the folder with your new project.

Hope it helps.
by janw
Fri Nov 19, 2010 3:42 pm
Forum: Beginners Help
Topic: billboards and grass.Two sided lighting?
Replies: 3
Views: 488

Hi hbroun, I have tried it already - no change. Any other ideas? just to show what I mean: - the source of light is behind the camera http://s1210.photobucket.com/albums/cc418/mrjanw/?action=view&current=game_lightbehind.jpg - the source of the light in front of the camera http://s1210.photobuck...
by janw
Fri Nov 19, 2010 2:47 pm
Forum: Beginners Help
Topic: billboards and grass.Two sided lighting?
Replies: 3
Views: 488

billboards and grass.Two sided lighting?

I have used a billboard scene node for the grass in my game. This looks OK thought when I disable the lighting of the grass. The problem starts when I set EMF_LIGHTING to true. This is because the billboard reflects the light only from one side. Whenever the source of the light is in front of the ca...
by janw
Fri Nov 19, 2010 2:04 pm
Forum: Beginners Help
Topic: Bullet/Irrlicht tutorials?
Replies: 3
Views: 426

thanks serengeor, will do that. I simply thought that someone wrote like step by step tutorials how to use Bullet with Irrlicht. I will look into wrapper and will check how other people have done it. And maybe one day I will write some sort of tutorial;).
by janw
Thu Nov 18, 2010 8:55 pm
Forum: Beginners Help
Topic: Bullet/Irrlicht tutorials?
Replies: 3
Views: 426

Bullet/Irrlicht tutorials?

Hi, Are there any bullet/irrlicht tutorials apart this one in wiki: http://www.irrlicht3d.org/wiki/index.php?n=Main.GettingStartedWithBullet? Any suggestions for some1 (that's me:) who doesn't know any physic engine yet and really want to learn it? I would like to know how to make the collision with...
by janw
Sat Oct 23, 2010 8:15 pm
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 495872

Hi I am Jan.

I have some exp with Python, ActionScript, Java and C++.
Currently I work on my final year project (a game environment with physic engine). I use Irrlicht as my graphic engine.
by janw
Fri Oct 15, 2010 12:22 pm
Forum: Beginners Help
Topic: need some help with classes...
Replies: 4
Views: 345

Thank you Seven. I will try write it properly this time:)
by janw
Thu Oct 14, 2010 7:18 pm
Forum: Beginners Help
Topic: need some help with classes...
Replies: 4
Views: 345

need some help with classes...

Hi :D I need some help with my code.. Basically its breaks at the run time.. It is hello world program which works fine in one cpp file but when I started mess around with classes this nasty thing came up.. The error: Unhandled exception at 0x00141359 in irrGame_ver_0.4.exe: 0xC0000005: Access viola...