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

Issue 2852533004: Implementing Binary glTF reader for the VR controller model (Closed)

Created:
3 years, 7 months ago by acondor_
Modified:
3 years, 7 months ago
Reviewers:
mthiesse, bajones
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Implementing Binary glTF reader for the VR controller model The binary glTF format enables us to deliver 3D models on a single file with minimal size. Binary glTF Specification in: https://github.com/KhronosGroup/glTF/tree/master/extensions/Khronos/KHR_binary_glTF BUG=644562 Review-Url: https://codereview.chromium.org/2852533004 Cr-Original-Commit-Position: refs/heads/master@{#468198} Committed: https://chromium.googlesource.com/chromium/src/+/b416391e0ae62217afb7ea5ffeb04ab2640a96ed Review-Url: https://codereview.chromium.org/2852533004 Cr-Commit-Position: refs/heads/master@{#468739} Committed: https://chromium.googlesource.com/chromium/src/+/244b557adb6887dd26e5ff1876004de8acbcfdea

Patch Set 1 #

Total comments: 11

Patch Set 2 : Addressing suggestions. #

Total comments: 2

Patch Set 3 : nit #

Patch Set 4 : Reducing sample size and making string outlive the StringPiece #

Total comments: 2

Patch Set 5 : Avoiding auto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -9 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/gltf_parser.h View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/android/vr_shell/gltf_parser.cc View 1 2 3 4 6 chunks +96 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/gltf_parser_unittest.cc View 1 2 3 4 chunks +22 lines, -3 lines 0 comments Download
A chrome/browser/android/vr_shell/test/data/sample.glb View 1 2 3 Binary file 0 comments Download
M chrome/browser/android/vr_shell/vr_controller_model.cc View 3 chunks +7 lines, -5 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 25 (11 generated)
acondor_
PTAL
3 years, 7 months ago (2017-04-28 14:40:34 UTC) #2
mthiesse
https://codereview.chromium.org/2852533004/diff/1/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/1/chrome/browser/android/vr_shell/gltf_parser.cc#newcode24 chrome/browser/android/vr_shell/gltf_parser.cc:24: constexpr const char kFailedtoReadBinaryGltfMsg[] = Wrap this in #if ...
3 years, 7 months ago (2017-04-28 15:51:34 UTC) #3
acondor_
https://codereview.chromium.org/2852533004/diff/1/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/1/chrome/browser/android/vr_shell/gltf_parser.cc#newcode30 chrome/browser/android/vr_shell/gltf_parser.cc:30: enum { On 2017/04/28 15:51:34, mthiesse wrote: > Why ...
3 years, 7 months ago (2017-04-28 16:07:01 UTC) #4
mthiesse
lgtm https://codereview.chromium.org/2852533004/diff/1/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/1/chrome/browser/android/vr_shell/gltf_parser.cc#newcode24 chrome/browser/android/vr_shell/gltf_parser.cc:24: constexpr const char kFailedtoReadBinaryGltfMsg[] = On 2017/04/28 15:51:34, ...
3 years, 7 months ago (2017-04-28 16:11:46 UTC) #5
bajones
LGTM https://codereview.chromium.org/2852533004/diff/20001/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/20001/chrome/browser/android/vr_shell/gltf_parser.cc#newcode421 chrome/browser/android/vr_shell/gltf_parser.cc:421: DLOG(ERROR) << kFailedtoReadBinaryGltfMsg << "Content is not a ...
3 years, 7 months ago (2017-04-28 17:02:37 UTC) #6
acondor_
https://codereview.chromium.org/2852533004/diff/20001/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/20001/chrome/browser/android/vr_shell/gltf_parser.cc#newcode421 chrome/browser/android/vr_shell/gltf_parser.cc:421: DLOG(ERROR) << kFailedtoReadBinaryGltfMsg << "Content is not a valid ...
3 years, 7 months ago (2017-04-28 22:11:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2852533004/40001
3 years, 7 months ago (2017-04-28 22:12:54 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/b416391e0ae62217afb7ea5ffeb04ab2640a96ed
3 years, 7 months ago (2017-04-29 00:49:31 UTC) #13
aelias_OOO_until_Jul13
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/2852103002/ by aelias@chromium.org. ...
3 years, 7 months ago (2017-05-01 17:13:21 UTC) #14
acondor_
PTAL
3 years, 7 months ago (2017-05-02 17:50:08 UTC) #17
mthiesse
lgtm https://codereview.chromium.org/2852533004/diff/50001/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/50001/chrome/browser/android/vr_shell/gltf_parser.cc#newcode398 chrome/browser/android/vr_shell/gltf_parser.cc:398: auto gltf_content = glb_content.substr(kContentStart, content_length); nit: Prefer not ...
3 years, 7 months ago (2017-05-02 17:53:57 UTC) #18
acondor_
https://codereview.chromium.org/2852533004/diff/50001/chrome/browser/android/vr_shell/gltf_parser.cc File chrome/browser/android/vr_shell/gltf_parser.cc (right): https://codereview.chromium.org/2852533004/diff/50001/chrome/browser/android/vr_shell/gltf_parser.cc#newcode398 chrome/browser/android/vr_shell/gltf_parser.cc:398: auto gltf_content = glb_content.substr(kContentStart, content_length); On 2017/05/02 17:53:57, mthiesse ...
3 years, 7 months ago (2017-05-02 18:03:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2852533004/70001
3 years, 7 months ago (2017-05-02 18:04:13 UTC) #22
commit-bot: I haz the power
3 years, 7 months ago (2017-05-02 19:28:26 UTC) #25
Message was sent while issue was closed.
Committed patchset #5 (id:70001) as
https://chromium.googlesource.com/chromium/src/+/244b557adb6887dd26e5ff187600...

Powered by Google App Engine
This is Rietveld 408576698