Dominical1 / jsc3d

Automatically exported from code.google.com/p/jsc3d
0 stars 0 forks source link

WebGL problem when selecting mesh 127 #141

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here is what I did:

I tried to use the jsc3d code to reproduce a scene with lots of meshes (a 
floor-plan with furniture). 
It works perfectly fine except when I try to select those object. If I select 
one of the first few meshes it works, but the mesh with internalID = 127 gets 
repeated twice and therefore, after that, when I click on one mesh, its 
neighbor is selected. This happens until mesh 254, then mesh 255 is skipped and 
things get back to working normally after that. 
If webGL is disabled things work, so I guess it is a problem with webGL and not 
with my code.

I am using the latest version of the software I think.

Anybody had the same problem?

Any help is greatly appreciated :) 

Andrea.

Original issue reported on code.google.com by moscand1...@gmail.com on 19 Jan 2015 at 9:46