Search found 8 matches

by mmxx1
Thu Feb 18, 2010 8:26 am
Forum: Bug reports
Topic: [fixed] Issue with collision
Replies: 20
Views: 3816

After upgrading irrlicht engine from version 1.5.2 to 1.7.1 still mouse node picking doesn't work as well as in 1.5.2. In my orbit camera mode nodes couldn't be picked in some views angles or some distances. I've also noticed that in some angles of view added nodes aren't rendered. So 1.7.1 in this ...
by mmxx1
Fri Dec 18, 2009 2:51 pm
Forum: Beginners Help
Topic: DebugData Color
Replies: 5
Views: 417

I can't do this way because the scene nodes that I want to use with setDebugDataVisible function, are prepared for me by the graphics (the are furniture models).

So I want to know how I can do this with setDebugDataVisible function.
by mmxx1
Fri Dec 18, 2009 2:41 pm
Forum: Beginners Help
Topic: DebugData Color
Replies: 5
Views: 417

Why ?

In my application I use it for presenting user currently selected (active) object in the scene, so I want to have a control over the color how looks selection.

In my case I don't use it for debug purposes, it's a part of functionality.
by mmxx1
Fri Dec 18, 2009 2:01 pm
Forum: Beginners Help
Topic: DebugData Color
Replies: 5
Views: 417

DebugData Color

Hi

How can i change the color of boundaries drawn by
setDebugDataVisible( irr::scene::EDS_BBOX) ?

Now function drawns it in red.
by mmxx1
Tue Dec 15, 2009 9:31 am
Forum: Bug reports
Topic: [fixed] Issue with collision
Replies: 20
Views: 3816

So what is your suggestion to fix this - come back to 1.5.1 or comment (if(objectBox.isPointInside(objectRay.start)) .... ) CSceneCollisionManager.cpp or wait for 1.7 (how long) ?
by mmxx1
Mon Dec 14, 2009 7:28 am
Forum: Bug reports
Topic: [fixed] Issue with collision
Replies: 20
Views: 3816

What consequences (damages) in other parts of Irrlicht will bring this change in CSceneCollisionManager.cpp ?
by mmxx1
Thu Nov 05, 2009 10:04 am
Forum: Bug reports
Topic: [fixed] Issue with collision
Replies: 20
Views: 3816

Great that this part of irrlicht functionality has been fixed :)
Hope official fix release 1.6.1 will be available soon, because my app is a commercial product.
Greetings
by mmxx1
Thu Nov 05, 2009 7:40 am
Forum: Bug reports
Topic: [fixed] Issue with collision
Replies: 20
Views: 3816

Hi, I've noticed that in my application after upgrade irrlicht engine from 1.5.1 to 1.6 , function getSceneNodeFromScreenCoordinatesBB works not completely right. In my app (shows houses with adding furnitures function) I have orbit camera with zoom function, I've noticed that when i decrease distan...