|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Cloudinary 3D Viewer Test</title>
|
|
<script src="https://dimensions-3d-viewer.cloudinary.com/1.0.12/all.js"></script>
|
|
<script src="https://dimensions-tag.cloudinary.com/0.0.105/all.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
<label>Cloudinary 3D Viewer Example</label>
|
|
<div
|
|
id="three-d-viewer"
|
|
style="height: 500px; width: 100%;"
|
|
data-d8s-type="3d"
|
|
data-d8s-id="93f1cbde-738f-4507-b3ef-1ea62c128adb">
|
|
</div>
|
|
|
|
<script>
|
|
const d8sApi = initDimensions({
|
|
cloudName: "dn4rackei",
|
|
viewers: ["3D"]
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|
|
|