PDA

View Full Version : Error Message


Jerhy
02-28-2006, 01:50 PM
Hey,

You wouldnt know what this means by any chance:

Warning:: Picked up error in TriangleIntersect
(-25 0 25, 25 0 25, 25 0 -25)
(1.#QNAN, 1.#QNAN, 1.#QNAN)


I have imported a 3DSmax building model and set up an object picking function:

def mouseclick(button):
if button == viz.MOUSEBUTTON_LEFT:
object = viz.pick()
if object.valid():
print 'clicked on an object'
viz.callback(viz.MOUSEDOWN_EVENT, mouseclick)

I disabled clicking on the model itself:

building.disable(viz.PICKING)

When ever i click around the building the error message above pops up.

Any help would be great!

Kind Regards

Jer

farshizzo
02-28-2006, 01:59 PM
Hi,

This is a debug message that you can ignore. It won't appear in future versions of Vizard.