LinePick and Object In View

Blitz3D Forums/Blitz3D Programming/LinePick and Object In View

Akat(Posted 2004) [#1]
can anyone here guide me where to find a good codes how to use linepick to detect whether the object are in view of the camera. i try EntityInView and EntityVisible before but it still give me 'true' even my camera facing somewhere else and the object are not in view...


-Rick-(Posted 2004) [#2]
Is this the kind of examples you are looking for?

Selecting 3d objects :
http://www.blitzbasic.com/codearcs/codearcs.php?code=538

Line of Sight Detection
http://www.blitzbasic.com/codearcs/codearcs.php?code=532

Both of these are in the code archives - my second home ;)


Akat(Posted 2004) [#3]
oK i'll test that line of sight now... thanqs