arcgis-3d-layers

Select and configure ArcGIS Maps SDK for JavaScript 3D layers for volumetric, LiDAR, and mesh data.

Updated May 27, 2026
One-click install
npx skills add https://github.com/elowen53/arcgis-maps-sdk-js-ai-context-4.0 --skill arcgis-3d-layers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arcgis-3d-layers
Source: https://github.com/elowen53/arcgis-maps-sdk-js-ai-context-4.0/tree/main/skills/arcgis-3d-layers
Command: npx skills add https://github.com/elowen53/arcgis-maps-sdk-js-ai-context-4.0 --skill arcgis-3d-layers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ArcGIS Maps SDK for JavaScript 4.26 requires coordinating multiple 3D layer types to build immersive scenes. This skill provides guidance on when to use VoxelLayer, PointCloudLayer, IntegratedMeshLayer, and glTF models, and how to configure SceneView and widgets to render volumetric data, LiDAR, and 3D assets.

Core Features & Use Cases

  • Supports VoxelLayer for volumetric data visualization in 3D scenes.
  • Supports PointCloudLayer for LiDAR data rendering with common renderers.
  • Supports IntegratedMeshLayer and glTF model imports for 3D asset integration.
  • Includes guidance on 3D analysis widgets and scene configuration for interactive exploration.
  • OpenStreetMapLayer support for 3D buildings and scene environment customization.

Quick Start

Load a SceneView and add VoxelLayer, PointCloudLayer, and glTF models to build immersive 3D experiences.

Frequently Asked Questions about arcgis-3d-layers

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

FAQPage Schema
How do I render LiDAR point clouds in an ArcGIS SceneView?

To render LiDAR point clouds in an ArcGIS SceneView, use the PointCloudLayer to display the point cloud data. This layer supports common renderers for visualizing LiDAR datasets within your 3D scene.

What is the best way to display volumetric data in ArcGIS Maps SDK?

VoxelLayer is the core API layer for displaying volumetric data in ArcGIS Maps SDK. It enables volumetric data visualization within a 3D SceneView to support integrated 3D analytics and exploration.

Can I import glTF models into an ArcGIS 3D scene?

Yes, you can import glTF models into an ArcGIS 3D scene. The SDK provides glTF support alongside IntegratedMeshLayer for integrating 3D assets into your SceneView.

When should I use VoxelLayer versus PointCloudLayer for 3D visualization?

Use VoxelLayer for visualizing continuous volumetric data and PointCloudLayer for rendering discrete LiDAR point clouds. Selecting the correct ArcGIS API layer ensures proper data rendering and 3D analysis performance.

How do I configure 3D analysis widgets in an ArcGIS SceneView?

Configure 3D analysis widgets by adding them to your SceneView alongside your 3D layers. This enables interactive exploration and scene configuration within the ArcGIS Maps SDK environment.

Does ArcGIS Maps SDK 4.26 support OpenStreetMap 3D buildings?

Yes, ArcGIS Maps SDK 4.26 supports OpenStreetMapLayer for rendering 3D buildings. You can integrate this layer alongside your volumetric and point cloud data for scene environment customization.