Website logo
Contact Us
⌘K
🌐Sense of Space
Introduction
đŸ“ļ3D Streaming System
Introduction & Benefits
Client Implementations
Technical Limitations
Server Requirements
🧊3D Streaming Platform
Upload and Convert a 3D Model
How to Use the Conversion API
🧩Integrations Guides
🤖Unreal Engine
đŸ•šī¸Unity Engine
đŸĻŠMozilla Hubs
âœ´ī¸PlayCanvas
đŸ”ēThree.js
đŸ…°ī¸A-Frame
đŸ”ļBabylon.js
🌍Embed to an HTML page
âš›ī¸Extras
Volumetric Video Integrations
Docs powered by Archbee
Integrations Guides

Embed to an HTML page

1min

You can simply add a streamable model to your web page as follows:

HTML
		<div id="sosView" style="width: 450px;height: 300px;margin: 20px;"></div>
		<script src="https://assets.senseofspace.io/streamablemodel/0.0.11/embeddablePlayer.js"></script>
		<script>
			EmbedSteamableModel("sosView", "https://stream.senseofspace.io/demos/space-shuttle-new/");
		</script>
īģŋ
<iframe style="width:1200px;height:1200px;margin:0px;" srcdoc='
<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8">
		<title>Embedded View</title>
		<style>
			body { margin: 0; }
		</style>
	</head>
	<body>
<div id="sosView" style="width:950px;height:950px;margin:0px;"></div>
		<script src="https://assets.senseofspace.io/streamablemodel/0.0.11/embeddablePlayerAsianTemple-new.js"></script>
		<script>
			EmbedSteamableModel("sosView", "https://stream.senseofspace.io/demos/asian-temple/");
		</script>
	</body>
</html>'></iframe>

		
īģŋ

īģŋ

Updated 10 May 2023
Did this page help you?
PREVIOUS
Supported Parameters
NEXT
Extras
Docs powered by Archbee
Docs powered by Archbee