minemap-business-gaussian-splatting

Visualize .splat assets in MineMap with position, rotation, and scale metadata.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gaussian splatting provides realistic visualization for high-fidelity scenes and lightweight point-based representations in MineMap, enabling efficient presentation of complex data while preserving visual fidelity.

Core Features & Use Cases

  • Single-asset visualization using GaussianSplatting as a scene-object for individual objects like artifacts or industrial parts.
  • 3D Tiles integration for large-scale scenes enabling chunked loading, automated flight paths after source load, and scheduled LOD management.
  • Clear workflow recommendations to transition between single-asset and tiled deployments.

Quick Start

Initialize a GaussianSplatting instance with a .splat data asset, set its position/rotation/scale, and attach it to the map as a scene component.

Frequently Asked Questions about minemap-business-gaussian-splatting

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

FAQPage Schema
How do I render gaussian splatting assets in a MineMap scene?

To render gaussian splatting in MineMap, initialize a GaussianSplatting instance with a .splat data asset, set its position, rotation, and scale, then attach it to the map as a scene component.

What is the best way to visualize a large-scale gaussian splatting dataset?

For large-scale gaussian splatting datasets, 3D Tiles integration is the best approach, enabling chunked loading, scheduled LOD management, and automated flight paths after source load.

When should I use single-asset gaussian splatting instead of tiled deployments?

Use single-asset gaussian splatting for individual objects like artifacts or industrial parts, and transition to tiled deployments when scaling up to complex, large-scale scenes.

Does gaussian splatting require sorting based on the camera view?

Yes, gaussian splatting relies on a sorting workflow based on the camera view to accurately render high-fidelity .splat assets and preserve visual fidelity in MineMap.

What data source do I need to use gaussian splatting for point-based representations?

You need a .splat data source along with position, rotation, and scale metadata to initialize the gaussian splatting instance and attach it to the MineMap map.