Skip to content

Suggestion split screen: Use same lighting setting#702

Merged
martinRenou merged 5 commits intojupytercad:mainfrom
martinRenou:split_screen_same_ambient_light
Apr 7, 2025
Merged

Suggestion split screen: Use same lighting setting#702
martinRenou merged 5 commits intojupytercad:mainfrom
martinRenou:split_screen_same_ambient_light

Conversation

@martinRenou
Copy link
Copy Markdown
Member

@martinRenou martinRenou commented Apr 7, 2025

We're having an issue here with the camera being shared between the two scenes. It breaks the lighting (since the main light is attached to the camera).

We'll need to use one camera per-scene and make sure the two cameras are synced. This is what this PR is doing.

Screenshot From 2025-04-07 14-07-48

@martinRenou martinRenou added the bug PR that fixes a bug label Apr 7, 2025
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2025

Preview PR at appsharing.space

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 7, 2025

Integration tests report: appsharing.space

@martinRenou martinRenou force-pushed the split_screen_same_ambient_light branch from 8b01a1a to 4388d30 Compare April 7, 2025 12:08
@martinRenou martinRenou marked this pull request as ready for review April 7, 2025 12:08
this._onKeyDown(e);
});

// Not enabling damping since it makes the syncing between cameraL and camera trickier
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I removed damping for now. We can maybe re-enable it later. The bug fix is more important IMO.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sounds Good 👍🏻

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

We can maybe track that in an issue

@martinRenou
Copy link
Copy Markdown
Member Author

please update snapshots

@martinRenou martinRenou force-pushed the split_screen_same_ambient_light branch from db8b9ce to 1fa2fb5 Compare April 7, 2025 12:33
@martinRenou martinRenou merged commit 43b96a3 into jupytercad:main Apr 7, 2025
11 checks passed
@martinRenou martinRenou deleted the split_screen_same_ambient_light branch April 7, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug PR that fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants