Custom Marker Meshes
This examples uses
Earth.addMesh()
to load custom 3D geometry for Markers.
The
blue ring
is a .obj file loaded via ajax.
The
red pyramid
is created with .obj data stored in a JavaScript string.
Tool: Get .obj File as Minified String
Learn more