google-3d-tiles-realitykit

Integrate Google Photorealistic 3D Tiles with RealityKit and visionOS.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/shihwesley/shihwesleys-harness --skill google-3d-tiles-realitykit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-3d-tiles-realitykit
Source: https://github.com/shihwesley/shihwesleys-harness/tree/main/skills/google-3d-tiles-realitykit
Command: npx skills add https://github.com/shihwesley/shihwesleys-harness --skill google-3d-tiles-realitykit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables seamless integration of Google Photorealistic 3D Tiles with RealityKit and visionOS to render geospatial scenes on Apple platforms.

Core Features & Use Cases

  • Coordinate transforms: WGS84 → ECEF → ENU for accurate tile placement on a geospatial grid.
  • RealityKit integration: Entity lifecycle management and scene orchestration for tile-based rendering.
  • Cross-framework patterns: Interoperability with cesium-native for Draco-compressed tiles and related tooling.

Quick Start

Load a Google 3D tileset into RealityKit and apply coordinate transforms to position tiles correctly.

Frequently Asked Questions about google-3d-tiles-realitykit

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

FAQPage Schema
How do I render Google Photorealistic 3D Tiles in RealityKit on visionOS?

To render Google 3D Tiles in RealityKit on visionOS, load the tileset into your scene and apply coordinate transformations to position the tiles accurately on a geospatial grid.

What coordinate transformations are needed for 3D tiles placement in RealityKit?

Accurate 3D tiles placement requires WGS84 to ECEF to ENU coordinate transformations, ensuring geospatial scenes align correctly within the RealityKit coordinate system.

Can I use cesium-native with RealityKit to handle Draco-compressed 3D tiles?

Yes, this integration supports interoperability with cesium-native to process and handle Draco-compressed tiles and related tooling within RealityKit.

Does RealityKit support ECEF to ENU coordinate conversion for geospatial applications?

Yes, applying ECEF to ENU coordinate conversion within RealityKit enables accurate geospatial grid placement for globe applications and 3D city rendering.

What is the best way to stream Google 3D tiles on Apple platforms?

The best way to stream Google 3D tiles on Apple platforms is using a tile streaming pipeline that integrates RealityKit entity lifecycle management with cesium-native for Draco-enabled tiles.