frykauf / o3d

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

Pick object (picking.js) extremely slow (in Chrome only) #107

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Picking an object in the sample "picking.html" (Chrome only)
2. Using "picking.js" functions, in larger scenes (Chrome only)

What is the expected output? What do you see instead?
Expect virtually instant response time similar to IE and FireFox for the 
same thing / Get freezing for around 5-10 seconds in Chrome when pick(e) 
function invoked in the same larger scene

What version of the product are you using? On what operating system?
Google Chrome 2.0.172.37
Vista 64 Ultimate

What hardware are you using:  graphics card type?  motherboard type?
GeForce 8800GTX, Asus M4A79 Deluxe, AMD 9500GP X4, 8gig memory
Please provide any additional information below.

Original issue reported on code.google.com by s...@live.com.au on 26 Jul 2009 at 12:29

GoogleCodeExporter commented 9 years ago
this is due to Chrome's multiprocess architecture and this sample not using the 
plugin-embedded version of v8.  

Original comment by hbri...@gmail.com on 11 Aug 2009 at 1:32

GoogleCodeExporter commented 9 years ago
This sample is ripe for switching over to the embedded V8. 

Original comment by vange...@google.com on 16 Sep 2009 at 5:36