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

fix(layers): Pass through opts.renderPass to @luma.gl model.draw #855

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

manzt
Copy link
Member

@manzt manzt commented Jan 28, 2025

Fixes #854, which I believe was introduced in #805.

Fixes #

Background

Change List

Checklist

  • Update JSdoc types if there is any API change.
  • Make sure Avivator works as expected with your change.

Fixes #854, which I believe was introduced in #805.
@manzt manzt requested a review from ilan-gold January 28, 2025 18:09
@manzt manzt changed the title fix(layers): Pass through opts.renderPass fix(layers): Pass through opts.renderPass to @luma.gl model.draw Jan 28, 2025
@ilan-gold
Copy link
Collaborator

I am ok with this but I don't really understand how it arose all of a sudden.

@ilan-gold
Copy link
Collaborator

(which is confusing)

@manzt
Copy link
Member Author

manzt commented Jan 29, 2025

I was able to reproduce the error by upgrading deckgl/luma to v9.1 on main. So yes, the error was from upgrading to a server range we don't support.

I guess the question is should we make this change and bump the semver range?

Copy link
Collaborator

@ilan-gold ilan-gold left a comment

Choose a reason for hiding this comment

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

I guess the question is should we make this change and bump the semver range?

Right that's kind of what I was getting at, just wanted to make sure I understood. But if the current change works with 9.0 (and is actually what the API there calls for), then I think we can merge this PR, unless there is a reason not to. We can officially upgrade later.

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.

Wrong parameter for renderPass in @luma.gl model.draw()
2 participants