Example 1: Basic HTML integration
This guide will help you integrate RhinoArtisan Web 3D into your project in minutes.
Example 1: Basic HTML integration
<script type="module"
src="https://artisan-cdn.fra1.digitaloceanspaces.com/web3d/dist/rhinoartisan-web-3d-1.1.2.js">
</script><rhinoartisan-web-3d
id="viewer"
options='{ "model": { "url": "https://artisan-cdn.fra1.digitaloceanspaces.com/web3d/models/CONF_1753872717_9MwiNGnAtS.glb" } }'>
</rhinoartisan-web-3d>Notes
Table of Contents
Installation
Option 1: CDN (Recommended for quick testing)
Option 2: NPM/Yarn (For projects with bundler)
First Use
Basic HTML
React
Vue 3
Angular
Basic Configuration
Minimal Structure
Complete Basic Configuration
Key Concepts
1. Web Component
2. Options vs API
3. UUIDs and Materials
4. Events
5. Async Loading
Common Examples
Example 1: Simple Viewer
Example 2: Control Buttons
Example 3: Materials Gallery (React)
Next Steps
Common Troubleshooting
Model doesn't show
Materials don't change
Slow performance
Support
Last updated
Was this helpful?