Object Picking

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
thomascheah
Posts: 77
Joined: Sat Jul 08, 2006 5:55 am
Location: Cyberjaya, Malaysia

Object Picking

Post by thomascheah »

I was wondering does Irrlicht Engine has any Object Picking functions, i.e. given a 2D coordinate on the 3D Viewport, it will returns one or more objects that touch that point. This will be useful for programs that needs to handle object manipulation and interaction through mouse clicking on the 3D Viewport.
thomascheah
Posts: 77
Joined: Sat Jul 08, 2006 5:55 am
Location: Cyberjaya, Malaysia

Post by thomascheah »

Sorry, just realize that the GetSceneNodeFromScreenCoordinatesBB() method in SceneManager is what I just need. Thanks anyway.
Locked