Search found 11 matches

by specht8
Fri Aug 27, 2010 8:18 am
Forum: Beginners Help
Topic: device window handle device.OnEvent isn't working
Replies: 1
Views: 270

device window handle device.OnEvent isn't working

Hi,

I have my irrlicht window integrated into a from window but when i press a button or use the mouse the window receives the event insted of the irrlicht device.

can someone help me with this? Is it possible to forward events from the form to the irrlicht device?

thanks
by specht8
Fri Aug 27, 2010 6:35 am
Forum: Beginners Help
Topic: integrate Irrlicht Device Window into Tab navigation
Replies: 1
Views: 208

Should have read all the tutorials. Tut 14 is excactly what i want to do
by specht8
Thu Aug 26, 2010 3:39 pm
Forum: Beginners Help
Topic: integrate Irrlicht Device Window into Tab navigation
Replies: 1
Views: 208

integrate Irrlicht Device Window into Tab navigation

Hi,

I am writing a software where i have a tab navigation vor each window in a main window. Lets say i have a 2D view, calculations an properties arranged in those tabs like in a browser.

My question is: Is it possible to integrate my irrlicht device window into one of these tabs?

greetings
by specht8
Mon Aug 23, 2010 6:07 am
Forum: Beginners Help
Topic: GetSceneNodeFromScreenCoordinates
Replies: 1
Views: 245

GetSceneNodeFromScreenCoordinates

Hi, I have the following Problem:

I use GetSceneNodeFromScreenCoordinates() to determine over which SceneNode my cursor currently is. For some SceneNodes it works properly but in other cases not the SceneNode in the front is selected but one in the background.

Is there a solution?

Ideas?

greets
by specht8
Wed Aug 11, 2010 2:37 pm
Forum: Beginners Help
Topic: lighting problem
Replies: 5
Views: 614

any other ideas? it's urgent
by specht8
Wed Aug 11, 2010 10:26 am
Forum: Beginners Help
Topic: lighting problem
Replies: 5
Views: 614

Those are cubesceneNodes so i am 100% shure that they are all white.
But thanks ;)
by specht8
Wed Aug 11, 2010 10:17 am
Forum: Beginners Help
Topic: lighting problem
Replies: 5
Views: 614

yeah i calculate the amount of boxes an just draw those which aren't windows.

Well i already figured that the problem has something got to do with my materials, but i wasn't able to solve it that way.

Material Type is Solid
Lighting is on
and colors are all the default values, so white
by specht8
Wed Aug 11, 2010 9:51 am
Forum: Beginners Help
Topic: lighting problem
Replies: 5
Views: 614

lighting problem

Hi, i'm creating an application where walls with windows should be created automatically. The algorithm for creating the holes works now, just a very simple one. I now have problems with the lighting, as a result i want that you don't see that the wall was build out of several boxes.

Heres a ...
by specht8
Mon Aug 09, 2010 3:00 pm
Forum: Beginners Help
Topic: bool operations (substract a mesh from a mesh)
Replies: 5
Views: 461

i have a bunch of values in a database and i create the walls first and i there's no need for textures in my project.

I already programmed a workaround years ago but i'm not satisfied with this one.
by specht8
Mon Aug 09, 2010 2:25 pm
Forum: Beginners Help
Topic: bool operations (substract a mesh from a mesh)
Replies: 5
Views: 461

Maybe for a better understanding i tell you what i want to do.

I want to cut out windows of a CubeSceneNode to have a wall
by specht8
Mon Aug 09, 2010 2:11 pm
Forum: Beginners Help
Topic: bool operations (substract a mesh from a mesh)
Replies: 5
Views: 461

bool operations (substract a mesh from a mesh)

Hi,
i was wondering if it is possible to substract, intersect or union two nodes or meshes with irrlicht.

I need to cut on cube out of a nother one and the poistion must be dynamic so its not possible to create a mesh with a hole before an import it into my code.

I'm looking forward to any ...