View Single Post
  #1  
Old 11-30-2010, 12:58 PM
Salvar Salvar is offline
Member
 
Join Date: Nov 2010
Posts: 20
Trouble picking text3d objects

Hello.

I am currently working on a Vizard project where a bunch of text3d objects are floating around in space, and the user can navigate forwards and backwards through the space. When a valid object is picked with the mouse, viz.window.displayHTML is called with a particular value.

The problem is, picking objects seems to be incredibly finicky. I'm not sure if it's just because it's text3d objects or if picking 3d objects is always like this, but I need to click the same object something like 1-20 times in different places to register a valid object pick.

Are text3d objects like swiss cheese?
Reply With Quote