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

Add camera entity #120

Merged
merged 2 commits into from
May 23, 2024
Merged

Add camera entity #120

merged 2 commits into from
May 23, 2024

Conversation

aaravpandya
Copy link
Collaborator

This PR adds a camera entity that sits on top of the world. Its only created when the batch renderer is enabled. It will allow us to export videos for each world from the madrona render.

@@ -81,7 +81,7 @@ static inline Optional<render::RenderManager> initRenderManager(
.agentViewWidth = mgr_cfg.batchRenderViewWidth,
.agentViewHeight = mgr_cfg.batchRenderViewHeight,
.numWorlds = mgr_cfg.numWorlds,
.maxViewsPerWorld = consts::kMaxAgentCount, // FIXME?
.maxViewsPerWorld = consts::kMaxAgentCount + 1, // FIXME?
Copy link
Contributor

Choose a reason for hiding this comment

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

why?

@aaravpandya aaravpandya merged commit 9b2304b into main May 23, 2024
1 check passed
@aaravpandya aaravpandya deleted the ap_CameraEntity branch October 4, 2024 03:20
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.

2 participants