minemap-business-oblique-bim

Define MineMap loading practices for oblique imagery, BIM, and 3D Tiles assets.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MineMap Business: Oblique photography, BIM, glTF and 3D Tiles integration guidelines for consistent loading and interaction across campus, city, and industrial-scale scenes.

Core Features & Use Cases

  • Guidance on when to use 3d-model vs 3d-tiles for BIM and oblique data
  • Best practices for transforming, placing, and rendering glTF/bim assets within MineMap
  • Real-world scenarios covering campus-scale deployments, factory sites, and urban models

Quick Start

Follow this guide to initialize MineMap with a 3d-model BIM and a 3d-tiles scene component after the map loads.

Frequently Asked Questions about minemap-business-oblique-bim

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

FAQPage Schema
When should I use 3d-model versus 3d-tiles for loading BIM and oblique photography in MineMap?

Use 3d-model for single BIM objects and 3d-tiles for large oblique datasets or city-scale deployments. MineMap guidelines specify choosing based on dataset scale to manage memory budget and rendering performance effectively.

How do I load and place glTF assets in a MineMap scene component?

To load glTF assets, initialize SceneModel after the map loads and use getSceneComponent to retrieve the scene component. Apply the recommended parameter sets for transforming and placing assets accurately within campus-scale or industrial-site scenarios.

What is the best way to manage memory and performance when rendering large 3D Tiles datasets?

Manage 3D Tiles performance by configuring maximumScreenSpaceError and setting appropriate memory budget limits. Use SceneTileset with proper minzoom and maxzoom parameters to control rendering levels for large oblique photography datasets.

Does MineMap support campus-scale and industrial-site BIM model deployments?

Yes, MineMap supports campus-scale deployments, factory sites, and urban models. Best practices cover initializing SceneModel and SceneTileset with specific entry points and validation checkpoints tailored for industrial-site and campus-scale scenarios.

What parameters are required for SceneTileset validation checkpoints in MineMap?

SceneTileset requires configuring maximumScreenSpaceError, minzoom, maxzoom, and memory budget parameters. These validation checkpoints ensure proper 3D Tiles loading and optimal performance across different deployment scales from single BIM objects to city-scale scenes.

Why does my oblique photography dataset cause performance issues in MineMap?

Oblique photography performance issues typically stem from using 3d-model instead of 3d-tiles for large datasets. Switch to SceneTileset, adjust maximumScreenSpaceError values, and implement memory budgeting to resolve rendering bottlenecks in city-scale deployments.