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

Small internal refactor of the way camera is passed around for rendering #5656

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

mvaligursky
Copy link
Contributor

Instead of render action storing the camera index, and accessing camera in a complicated way using this index, we use the camera directly. When the index is needed for callbacks (why index instead of camera directly!), we look it up in a map

@mvaligursky mvaligursky self-assigned this Sep 21, 2023
@mvaligursky mvaligursky added the area: graphics Graphics related issue label Sep 21, 2023
@mvaligursky mvaligursky merged commit 7bd0a6f into main Sep 21, 2023
7 checks passed
@mvaligursky mvaligursky deleted the mv-remove-cameraIndex branch September 21, 2023 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: graphics Graphics related issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants