ok...do edits not work either????
anyways, sorry for the double post...
heres the code...:
Quote: "Post some code, in the Bug Forums and no doubt someone will give an answer.
"
k..
that and i noticed it does the same in 5.8 with primitive sphere, but not the others...
in 5.9, it does it with all
try running this both in 5.8 and 5.9b
Rem Project: tester`
Rem Created: 22/11/2005 11:03:32
Rem ***** Main Source File *****
backdrop off
autocam off
set text opaque
`create objects
make object box 1, 10,10,10
make object cube 2, 10
make object cone 3, 10
make object cylinder 4, 10
make object sphere 5, 10
make object sphere 10, 10
position object 10, 0,0,100
`move objects out of way
for i = 1 to 5
position object i, 500,500,500
next i
`place object in same place as camera, check pick and intersect, then move them out again
for i = 1 to 5
position object i, 0,0,0
text 0,00, "IN OBJECT : " + str$(i) + " "
text 0,20, "PICK OBJECT = : " + str$(pick object(screen width()/2, screen height()/2 ,0,50 )) + " "
text 0,40, "INTERSECT DIST : " + str$(intersect object(10, 0,0,0, 0,0,200)) + " "
wait key
position object i, 500,500,500
next i
end
thanks
eek....just noticed the triple post...sorry, my edit and source buttons were acting funny
Try playing doom 3 on a laptop....