WorldViz User Forum  

Go Back   WorldViz User Forum > Vizard

 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 02-28-2006, 01:50 PM
Jerhy Jerhy is offline
Member
 
Join Date: Jan 2006
Posts: 2
Error Message

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
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 07:21 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC