Search found 10 matches

by buzz44
Tue Nov 27, 2007 3:04 am
Forum: Beginners Help
Topic: Get a mesh to move the way its facing?
Replies: 3
Views: 727

Get a mesh to move the way its facing?

I'm used to Ogre and it has a MoveRelative function, and say the mesh is rotate and I want it to move forward, it will move forward the way its facing, but I can't seem to find a similar function in Irrlicht.

Is there one or another way?

Thanks.
by buzz44
Mon Oct 08, 2007 2:29 pm
Forum: Project Announcements
Topic: IrrWizard?
Replies: 320
Views: 99614

I major flaw I realised tonight is that there is 1 Path Manager for all enemies. Meaning if you have more then 1 enemy you'll notice some strange thing's like them being able to go to nodes that they shouldn't be allowed to. If anyone is experience things like that you need create a new path manager...
by buzz44
Mon Sep 17, 2007 4:14 pm
Forum: Beginners Help
Topic: Maya camera...
Replies: 5
Views: 273

Sorry I didn't know what an animator was and I checked the API and it can "animate position, rotation, material, and so on" :). It is like a generic thing so that I can move objects (nodes etc) that don't have a position property etc and so fourth?
by buzz44
Mon Sep 17, 2007 11:52 am
Forum: Beginners Help
Topic: GUI won't work in VC++ but does in CodeBlocks?
Replies: 3
Views: 393

Thanks. I'm guessing its something wrong with my EventHandler. Example 5 works fine.
by buzz44
Mon Sep 17, 2007 10:20 am
Forum: Beginners Help
Topic: Maya camera...
Replies: 5
Views: 273

Thanks, what exactly is a "custom scene node animator"?
by buzz44
Mon Sep 17, 2007 5:53 am
Forum: Beginners Help
Topic: Maya camera...
Replies: 5
Views: 273

Up...
by buzz44
Mon Sep 17, 2007 5:53 am
Forum: Beginners Help
Topic: GUI won't work in VC++ but does in CodeBlocks?
Replies: 3
Views: 393

This is still happening. Can someone please give me an example of a GUI that they *know* works in both VS and CodeBlocks?
by buzz44
Sat Sep 15, 2007 7:49 am
Forum: Beginners Help
Topic: Maya camera...
Replies: 5
Views: 273

Maya camera...

Is there a way I can modify addCameraSceneNodeMaya()? For instance, the ONLY input I want the user to be able to do is rotate around a mesh/object/node without changing the Y position so that the camera is always blah blah off the ground. Can I do this or will have to make my own little function for...
by buzz44
Fri Sep 14, 2007 8:35 am
Forum: Beginners Help
Topic: GUI won't work in VC++ but does in CodeBlocks?
Replies: 3
Views: 393

GUI won't work in VC++ but does in CodeBlocks?

Hey there again,

I have some GUI buttons but I can't seem to click them. In VC++ I can't click them but if I use CodeBlocks with the gcc .dll I can.

Why doesn't it work in VC++?

Thanks.
by buzz44
Thu Sep 13, 2007 8:28 am
Forum: Beginners Help
Topic: Compile error in Irrlicht.dll in VC++ [FIXED]
Replies: 0
Views: 173

Compile error in Irrlicht.dll in VC++ [FIXED]

Hey there, I'm trying to get Irrlicht going in VC++, I've added all the correct include directories and lib folder, but when I compile I get this error. http://img48.imageshack.us/img48/802/untitledia6.jpg Any ideas? Sorry if its been posted before, I searched but couldn't find it ><. In case your w...