google-ar / WebARonTango

A proposal to provide Augmented Reality (AR) capabilities to the web in the form of a prototype on top of WebVR built in Chromium.
Apache License 2.0
388 stars 48 forks source link

VRDisplay.prototype.getPickingPointAndPlaneInPointCloud crashes if no point clouds #4

Open jsantell opened 7 years ago

jsantell commented 7 years ago

display.getPickingPointAndPlaneInPointCloud crashes if you never create a point cloud via new VRPointCloud()

Utopiah commented 7 years ago

Should it be prevented? Force a cloud to be created first?