Skip to content

Conversation

@donmccurdy
Copy link
Collaborator

@donmccurdy donmccurdy commented Nov 30, 2023

My guess is that my changes to manually bind picking uniforms in simple-mesh-layer.ts do 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.

@donmccurdy donmccurdy changed the title [WIP][website] Update FirstPersonView example for v9 [website] Update FirstPersonView example for v9 Dec 1, 2023
@donmccurdy donmccurdy marked this pull request as ready for review December 1, 2023 20:03
@donmccurdy donmccurdy force-pushed the donmccurdy/v9-examples-firstpersonview branch from 09d32df to 19a9ba8 Compare December 1, 2023 20:03
@donmccurdy donmccurdy merged commit eb175f9 into master Dec 1, 2023
@donmccurdy donmccurdy deleted the donmccurdy/v9-examples-firstpersonview branch December 1, 2023 21:28
felixpalmer added a commit that referenced this pull request Jan 4, 2024
Basic picking working

useNormalizedColors

Forward undefined/null

log on null object

Co-authored-by: Ib Green <ib@foursquare.com>

Move uniformStore binding to _getModel

Type uniformStore

Tidy

Tidy

Bump luma

API update

chore(ci): Update CI dependencies (#8331)

* chore(ci): Update CI to Node.js v18
* chore(ci): Update checkout, setup-node, and setup-python actions

[website] Fix FirstPersonView broken video URL (#8330)

Bump luma

Improve types

Tidy

Remove unneeded state.uniformStore

carto/fetchMap: fix support for quantile color scale in numeric columns for static quadbin/h3 tilesets (#8347)

docs: fix source link for `fly-to-interpolator` (#8320)

carto: add typedocs to source types (#8343)

Remove use of deprecated BufferWithAccessor (#8345)

[v9] Fix GoogleMapsOverlay by not clearing canvas (#8351)

[website] GEOMATICO-371 | Taxo map biodiversity map showcase (#8169)

Update Scatterplot to GLSL 300 (#8369)

Update PathLayer to GLSL 300 (#8370)

Update ArcLayer, LineLayer, PolygonLayer to GLSL 300 (#8371)

Update BitmapLayer, IconLayer, PointCloudLayer, TripsLayer to GLSL 300 (#8372)

Update remaining shaders to GLSL 300 (#8373)

Co-authored-by: felixpalmer <felixpalmer@gmail.com>

Bump vite from 4.4.9 to 4.5.1 (#8341)

Bump luma

Fix build

Switch to ShaderInputs in ScatterployLayer

Picking working again (without highlight)
@donmccurdy donmccurdy added this to the v9.0 milestone Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] FirstPersonView example not working in v9

3 participants