WebARonTango icon indicating copy to clipboard operation
WebARonTango copied to clipboard

THREE.WebAR.positionAndRotateObject3DWithPickingPointAndPlaneInPointCloud

Open jeromeetienne opened this issue 6 years ago • 1 comments

in my experience, this function may triggers the mobile application to crash. The bigger the scale number, the likeliest it crash.

THREE.WebAR.positionAndRotateObject3DWithPickingPointAndPlaneInPointCloud(pointAndPlane, object3d, scale)

keep on the good work.

ps: quite a mouthful btw :)

jeromeetienne avatar Jul 13 '17 10:07 jeromeetienne

Could you provide some log with the crash? Is it a JS or a native crash? It is strange that the native app would crash with this call but it definitively could be possible as the VRPointAndPlane structure has a native counterpart/implementation (but is a pretty simple class).

judax avatar Jul 17 '17 11:07 judax