Do you have materials all over the object? May be you have inverted normals ?
On Mon, Dec 21, 2009 at 1:47 PM, Valts Darznieks <[email protected]>wrote: > Hello I have the following code to add mouse click event to my 3d > module, but the event only works on some specific part of object, only > on bottom area of object, if i click on top of it then nothing > happens ! > Any suggestions ? > Thank You ! > > model = loader.handle as ObjectContainer3D; > model.scale(2); > model.rotationX = 90; > model.addOnMouseDown(onClickModel); > > -- Michael Ivanov ,Programmer Neurotech Solutions Ltd. Flex|Flash |Air |Games|OS| Tel-0526237969 [email protected] [email protected]
