Skip to content

linngn/3D-model-located-from-gps-point

Repository files navigation

An example showing how to instantiate/locate 3D model based on GPS points.

The example can be applied to AR development in devices attached GPS and IMU sensor If you have another way to collect position of reference points (Markers, UWB, Bluetooth, etc.) instead of GPS, the method can also be applied :)

Requirement:

  • At least 2 GPS points (long, lat, altitude)
  • Their local position in 3D model

Results return:

  • Matrix4x4 and Transform of 3D model in UTM coordinate system.

The example is provided as unitypackage or unity project (2022.3.17f1).

Releases

No releases published

Packages

No packages published

Languages