needle-tools / ar-simulation

AR Simulation for Unity • Right in the Editor • Minimally Invasive
109 stars 10 forks source link

Support for ARMeshManager #37

Closed marwie closed 3 years ago

marwie commented 4 years ago

Currently we dont have support for meshing using the ARMeshManager so we can't simulate Apples LiDAR scanning yet.

Technical Details

marwie commented 4 years ago

A first mesh has been sent through our meshing subsystem!

image

marwie commented 4 years ago

The basics are working now (here is a first test with a simple mesh provider component). We only feed the mesh data via our native XRMeshSubsystem, rendering and update events are all ARMeshManager. Now we can write managed components for the actual meshing simulation!

2020-09-17-160257

marwie commented 4 years ago

Here is another slightly better gif

2020-09-17-162631

marwie commented 4 years ago

Early version of dynamic sampling

2020-09-17-183748

marwie commented 4 years ago

2020-09-17-185959

marwie commented 4 years ago

TODOs:

marwie commented 4 years ago

Release initial version as 1.0.4.-preview

2020-09-18-162314

marwie commented 4 years ago

Plugin for osx is currently blocked by not receiving indices in Unity.

marwie commented 4 years ago

Fixed bug in osx plugin - will be released in 1.0.4-preview.1

marwie commented 4 years ago

1.0.4-preview.1 has been released