You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do a full topology rebuild (i.e. gvdb_.RebuildTopology(...)) over a point cloud I've generated as a thrust::device_vector<float3>. I've created a DataPtr handle for the device vector via:
Hi there,
I'm trying to do a full topology rebuild (i.e.
gvdb_.RebuildTopology(...)
) over a point cloud I've generated as athrust::device_vector<float3>
. I've created aDataPtr
handle for the device vector via:And I've set those points via:
However, when calling
RebuildTopology()
via:I get the following crash:
which I'm guessing is being caused by this call. Has anyone had this issue / any suggestions?
The text was updated successfully, but these errors were encountered: