Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by YoGoUrT · Jun 12, 2017 at 05:09 PM · scripting problemcamera-movementcamerascamera rotationcalculation

Rotate camera around object and let it centered

Hi,

I have a scene where I have a game board (just like a chess board but with any possible Width x Height). My camera is child of a camera target empty object because I want to be able to move the camera completely independently the flipping angle I'm giving the camera around the local X axis (just like someone with a selfie stick looking up or down). The problem I have is when I'm no longer in top view (Flipping angle == 0 degree), the board is obviously no longer centered in the screen (because of the perspective). How can I manually find the middle point of the board (with the perspective taken into account) as well as finding the distance the camera should be from that middle point to see the complete board with some kind of padding ?

I know the formula to know how far the camera needs to be to view a specific frustum size (width and height), so to find the middle point or the board in perspective, it's probably just a matter of projecting the board to a plane parallel to the frustum, measure the corresponding trapezoid, divide in half, took the middle point and ray casting back to a plane with Vector3.up as the normal.

I know I could use Camera methods like WorldToScreenPoint to project the corners of my board on the frustum and then adjust accordingly but I would like to calculate it directly and have some functions I could use without moving the real camera (in order to move it smoothly with lerp functions). The 2 methods I'm trying to write are

Vector3 FindMiddleBoard(float cameraFlippingAnglesAroundX, int boardWidth, int boardHeight) float FindFrustumHeightNeededToDisplayEntireBoard(int boardWidth, int boardHeight)

It's probably easier than I think, but I'm lost in all those maths.

F.Y.I. the method I'm using to get the frustum size needed to display my board is:

float FindCameraDistanceNeeded(int boardWidth, int boardHeight, int padding, float cameraAspect, float cameraFieldOfView)

{

float result = 0.0f;

var widthFromFrustumHeight = (boardWidth + padding) / cameraAspect; var maxFrustumHeight = Mathf.Max(widthFromFrustumHeight, (boardHeight + padding));

result = (maxFrustumHeight 0.5f) / Mathf.Tan (cameraFieldOfView 0.5f * Mathf.Deg2Rad);

return (result);

}

Thanks

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

104 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Why is the camera movement framerate dependent after adding deltaTime? 0 Answers

How can I mimic this game's camera in Unity? 1 Answer

How to make character head face in the direction of where the mouse is pointing in FreeFormCameraRig? 0 Answers

Object not set to a instance of a object 1 Answer

Confining Mouse Look on X axis 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges