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

v3.7 add camera prefab used for 2d project #13170

Merged
merged 3 commits into from
Oct 28, 2022

Conversation

arsen2010
Copy link
Contributor

@arsen2010 arsen2010 commented Oct 27, 2022

Re: #https://github.com/cocos/3d-tasks/issues/14132

Changelog


Continuous Integration

This pull request:

  • needs automatic test cases check.

    Manual trigger with @cocos-robot run test cases afterward.

  • does not change any runtime related code or build configuration

    If any reviewer thinks the CI checks are needed, please uncheck this option, then close and reopen the issue.


Compatibility Check

This pull request:

  • changes public API, and have ensured backward compatibility with deprecated features.
  • affects platform compatibility, e.g. system version, browser version, platform sdk version, platform toolchain, language version, hardware compatibility etc.
  • affects file structure of the build package or build configuration which requires user project upgrade.
  • introduces breaking changes, please list all changes, affected features and the scope of violation.

@github-actions
Copy link

Interface Check Report

This pull request does not change any public interfaces !

@SantyWang SantyWang merged commit ed4a48c into cocos:develop Oct 28, 2022
@arsen2010 arsen2010 deleted the v3.7-2d-camera-1027 branch July 10, 2023 03:17
"_near": 0,
"_far": 2000,
"_far": 1000,
Copy link
Contributor

Choose a reason for hiding this comment

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

这里为啥要把原来的 2000 改为 1000 呢?

"_fovAxis": 0,
"_orthoHeight": 10,
"_near": 0,
"_far": 1000,
Copy link
Contributor

Choose a reason for hiding this comment

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

3.4.2中 2D 相机默认是 2000, 这里为什么改为 1000 ?

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

3 participants