-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
80 additions
and
161 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "model-viewer", | ||
"version": "4.11.0", | ||
"version": "4.12.0", | ||
"author": "PlayCanvas<[email protected]>", | ||
"homepage": "https://playcanvas.com", | ||
"description": "PlayCanvas glTF Viewer", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Model Viewer</title> | ||
<meta charset="utf-8" /> | ||
<base href="__BASE_HREF__" /> | ||
<meta name="description" content="Fast and lightweight glTF 2.0 and gaussian splatting PLY viewer powered by the PlayCanvas engine." /> | ||
<meta name="keywords" content="glTF, GLB, PLY, WebGL, WebGPU, PlayCanvas, Viewer, Gaussian Splatting" /> | ||
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" /> | ||
<link rel="icon" type="image/png" href="static/playcanvas-logo.png" /> | ||
<link rel="stylesheet" href="style.css" /> | ||
<link rel="manifest" href="manifest.json" /> | ||
</head> | ||
|
||
<body> | ||
<a id='ar-link' rel='ar' download='asset.usdz'><img /></a> | ||
<div id='app'></div> | ||
<script src="index.js"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "Model Viewer", | ||
"short_name": "Model Viewer", | ||
"description": "Fast and lightweight viewer of glTF 2.0 and Gaussian Splat PLY files.", | ||
"display": "fullscreen", | ||
"start_url": "/", | ||
"scope": "/", | ||
"background_color": "#000000", | ||
"icons": [{ | ||
"src": "static/playcanvas-logo.png", | ||
"sizes": "512x512", | ||
"type": "image/png" | ||
}], | ||
"screenshots": [{ | ||
"src": "static/screenshot-wide.png", | ||
"sizes": "3004x2060", | ||
"type": "image/png", | ||
"form_factor": "wide" | ||
}, { | ||
"src": "static/screenshot-narrow.png", | ||
"sizes": "1392x2786", | ||
"type": "image/png", | ||
"form_factor": "narrow" | ||
}], | ||
"file_handlers": [{ | ||
"action": "/", | ||
"accept": { | ||
"application/ply": [".ply"], | ||
"model/gltf-binary": [".glb"] | ||
} | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.