minemap-business-roaming-and-tracking

Coordinate roaming and tracking of MineMap models, cameras, and scene objects.

3|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ming1zhou88/minemap-skills --skill minemap-business-roaming-and-tracking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: minemap-business-roaming-and-tracking
Source: https://github.com/ming1zhou88/minemap-skills/tree/main/skills/minemap-business-roaming-and-tracking
Command: npx skills add https://github.com/ming1zhou88/minemap-skills --skill minemap-business-roaming-and-tracking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate roaming and tracking of MineMap models, cameras, and scene objects to support inspections, vehicle tours, and drone route playback.

Core Features & Use Cases

  • Animation tracking: manage model, modelInstance, primitive, and billboard trajectories with consistent APIs.
  • Camera-follow strategies: support NONE, FREE, FOLLOW, and LOCK modes to suit different inspection or surveillance scenarios.
  • Workflow patterns: enables JSON-driven playback or programmatic animation creation for repeatable demos and production runs.

Quick Start

Set up an AnimationTracking instance and enable tracking to start a guided roam with camera lock or follow behavior.

Frequently Asked Questions about minemap-business-roaming-and-tracking

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up camera follow and tracking for MineMap animations?

Camera tracking in MineMap uses animationTracking and trackingOptions APIs to bind camera motion to scene objects. You set explicit camera modes like NONE, FREE, FOLLOW, or LOCK to control synchronization during model, primitive, or billboard animations.

What camera follow modes are available for MineMap scene inspections?

MineMap supports four camera modes for scene inspections: NONE, FREE, FOLLOW, and LOCK. These modes control whether the camera stays static, moves independently, trails a target, or rigidly locks onto a moving object during animation playback.

Can I use JSON-driven playback for MineMap drone route animations?

Yes, MineMap supports JSON-driven playback for drone route animations. You define trajectories and tracking options in JSON to execute repeatable flight playback alongside programmatic animation creation for production runs.

Does MineMap animation tracking support primitives and billboards?

Yes, MineMap animation tracking supports primitives and billboards. The tracking APIs manage trajectories consistently across model, modelInstance, primitive, extrusion, and billboard targets for unified scene object coordination.

Why does my MineMap object tracking lose synchronization during roaming?

MineMap object tracking loses synchronization when stable object IDs are not provided or explicit camera modes are not set. Reliable roaming requires stable object IDs and robust animationTracking APIs to ensure synchronized motion across targets.

What is the best way to create vehicle tour animations in MineMap?

The best way to create vehicle tour animations in MineMap is using programmatic animation or JSON-driven playback with AnimationTracking. This coordinates roaming across modelInstance and extrusion targets with FOLLOW or LOCK camera strategies.