[website] Update FirstPersonView example for v9 #8330
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
My guess is that my changes to manually bind picking uniforms insimple-mesh-layer.tsdo not really belong in this file, but I've left that part in place for now since it did resolve the errors. Currently the mesh renders entirely in the picking color#00ffff, but if I comment that line of the shader out we do see the 360º video as expected, so I think all that's left is the fixes to picking discussed in #1850.Since there are a few related PRs and discussions in flight, I'm just opening this PR for visibility.Fixes broken link to 360º video. Earlier commits in this PR included a partial workaround for broken picking, but I've removed the workarounds here and left that to Felix in #8334.