Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(506)

Unified Diff: chrome/browser/android/vr_shell/test/data/sample_external.gltf

Issue 2774653002: Support for parsing external file references in a glTF resource. (Closed)
Patch Set: Scoping Clean call. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/vr_shell/test/data/sample.bin ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/test/data/sample_external.gltf
diff --git a/chrome/browser/android/vr_shell/test/data/sample_external.gltf b/chrome/browser/android/vr_shell/test/data/sample_external.gltf
new file mode 100644
index 0000000000000000000000000000000000000000..55f10bc13b4752a779f77ff45d8a961d5c425cd9
--- /dev/null
+++ b/chrome/browser/android/vr_shell/test/data/sample_external.gltf
@@ -0,0 +1,11 @@
+{
+ "asset": {
+ "version": "1.0"
+ },
+ "buffers": {
+ "dummyBuffer": {
+ "uri": "sample.bin",
+ "byteLength": 12
+ }
+ }
+}
« no previous file with comments | « chrome/browser/android/vr_shell/test/data/sample.bin ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698