Search found 4 matches
- Thu Dec 29, 2005 12:36 pm
- Forum: Irrlicht.NET
- Topic: AccessViolation Exception
- Replies: 15
- Views: 6217
- Sat Oct 15, 2005 6:50 pm
- Forum: Advanced Help
- Topic: Collision detection with billboard node
- Replies: 5
- Views: 983
I have the same problem.
Has anyone solved this?
The Bounding Boxes of my BillboardSceneNodes allways have a wrong size of 2x2x2, but I used
Shouldn't my Billboards be 20x20x0?
Has anyone solved this?
The Bounding Boxes of my BillboardSceneNodes allways have a wrong size of 2x2x2, but I used
Code: Select all
node = scene->addBillboardSceneNode(0,dimension2d<f32>(20,20),position);
- Tue Sep 27, 2005 4:11 pm
- Forum: Irrlicht.NET
- Topic: GetSceneNodeFromScreenCoordinatesBB on Billboard mostly null
- Replies: 3
- Views: 1984
- Sat Sep 17, 2005 12:11 pm
- Forum: Irrlicht.NET
- Topic: GetSceneNodeFromScreenCoordinatesBB on Billboard mostly null
- Replies: 3
- Views: 1984
GetSceneNodeFromScreenCoordinatesBB on Billboard mostly null
Hi,
there are a lot of GetSceneNodeFromScreenCoordinatesBB-Threads out there but I didn't find an answer for my question:
I try to use it to detect the selection of billboards with the mouse cursor. However, the function mostly returns null allthough the mouse is over one of my billboards. I call ...
there are a lot of GetSceneNodeFromScreenCoordinatesBB-Threads out there but I didn't find an answer for my question:
I try to use it to detect the selection of billboards with the mouse cursor. However, the function mostly returns null allthough the mouse is over one of my billboards. I call ...