Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geo-layers UBO #9036

Merged
merged 16 commits into from
Jul 23, 2024
Merged

geo-layers UBO #9036

merged 16 commits into from
Jul 23, 2024

Conversation

felixpalmer
Copy link
Collaborator

For #8997

Change List

  • Port MeshLayer
  • Port TripsLayer

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
#else
geometry.uv = vTexCoord;
vec3 normal;
if (flatShading) {
if (simpleMesh.flatShading) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: is our object of attention called mesh in some files and simpleMesh in others? Possible to align? Or a good reason?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, the "good" reason is that we have SimpleMeshLayer in mesh-layers and MeshLayer which extends it in geo-layers. I'm not aware of the history of why we have two layers, @Pessimistress would it be a good idea to combine the two? At any rate, I'm not going to address this as part of the UBO work

Base automatically changed from felix/mesh-layers-ubo to master July 23, 2024 07:31
@felixpalmer felixpalmer merged commit f05f5d9 into master Jul 23, 2024
2 checks passed
@felixpalmer felixpalmer deleted the felix/geo-layers-ubo branch July 23, 2024 07:48
@coveralls
Copy link

Coverage Status

coverage: 89.309% (-0.002%) from 89.311%
when pulling d7ca1cc on felix/geo-layers-ubo
into 4e3ea96 on master.

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.

None yet

4 participants