Search found 10 matches
- Sat Dec 13, 2008 4:17 pm
- Forum: Beginners Help
- Topic: Window Handle
- Replies: 2
- Views: 214
- Sat Dec 13, 2008 4:03 pm
- Forum: Beginners Help
- Topic: Window Handle
- Replies: 2
- Views: 214
Window Handle
hi,
I want to use the OIS library with Irrlicht, but in order to do that, I need to know the window handle of the window automatically created by Irrlicht, to create a sort of event receiver. I'd rather not create a window myself, because I want to run everything in fullscreen, and I don't know how ...
I want to use the OIS library with Irrlicht, but in order to do that, I need to know the window handle of the window automatically created by Irrlicht, to create a sort of event receiver. I'd rather not create a window myself, because I want to run everything in fullscreen, and I don't know how ...
- Mon Jul 07, 2008 10:07 pm
- Forum: Beginners Help
- Topic: Material Lighting
- Replies: 0
- Views: 340
Material Lighting
Bonjour tout le monde! :D
I've been using Irrlicht for a while now, and i've made myself a shiny custom scene node!
Nothing more than a mesh pyramid with a nice texture on it in fact, but now i'm experimenting with light sources. I've set lighting to "true" in the material options for my pyramid ...
I've been using Irrlicht for a while now, and i've made myself a shiny custom scene node!
Nothing more than a mesh pyramid with a nice texture on it in fact, but now i'm experimenting with light sources. I've set lighting to "true" in the material options for my pyramid ...
- Fri Jun 13, 2008 9:18 pm
- Forum: Beginners Help
- Topic: [SOLVED] 2 Issues ~ [Quad Rotation] AND [PNG Alpha]
- Replies: 4
- Views: 456
- Fri May 09, 2008 2:17 pm
- Forum: Beginners Help
- Topic: Camera rotation
- Replies: 3
- Views: 320
- Thu May 08, 2008 5:14 pm
- Forum: Beginners Help
- Topic: Camera rotation
- Replies: 3
- Views: 320
Camera rotation
Hi folks,
I'm trying to rotate the camera with the up-key, using the following code in my event receiver:
but the camera simply won't rotate. What am I doing wrong?
I'm trying to rotate the camera with the up-key, using the following code in my event receiver:
Code: Select all
case KEY_UP:
cam->setRotation (cam->getRotation () + core::vector3df (0, 5, 0) );
break;- Thu May 01, 2008 11:36 am
- Forum: Code Snippets
- Topic: Editor style Grid SceneNode [Updated: Sept. 27, 2009]
- Replies: 74
- Views: 47799
- Fri Mar 28, 2008 8:58 pm
- Forum: Beginners Help
- Topic: Event receiver problem
- Replies: 8
- Views: 507
you're right, i'm not very happy with dev-c++, the software is quite buggy and there are alot of crashes. i have used visual studio 2008 for some time, but that installed to much crap on my system. maybe i should try code::blocks or get back to visual studio.
@JP: i'm sorry but i'm afraid the $50K ...
@JP: i'm sorry but i'm afraid the $50K ...
- Fri Mar 28, 2008 3:01 pm
- Forum: Beginners Help
- Topic: Event receiver problem
- Replies: 8
- Views: 507
- Fri Mar 28, 2008 2:51 pm
- Forum: Beginners Help
- Topic: Event receiver problem
- Replies: 8
- Views: 507
Event receiver problem
hi fellas,
i'm working on some kind of a level editor for my game that i haven't made yet, to improve my skills, but there's a little problemo with my code.
i've created a menubar usin' the built-in gui functionality, but soon as i set an event receiver object for the device, the menus won't work ...
i'm working on some kind of a level editor for my game that i haven't made yet, to improve my skills, but there's a little problemo with my code.
i've created a menubar usin' the built-in gui functionality, but soon as i set an event receiver object for the device, the menus won't work ...