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 property to set the camera distance when tracking entities #9807

Open
651778286 opened this issue Sep 14, 2021 · 1 comment
Open

Comments

@651778286
Copy link

this.camera.lookAtTransform(Matrix4.IDENTITY);

It is recommended to add a variable to the camera class to control how far the camera tracks the entity
You have the flexibility to change the value of this variable as needed

@ebogo1 ebogo1 changed the title You are advised to set the camera distance when tracing the entity Sep 20, 2021
@ebogo1 ebogo1 changed the title Add Camera property to set the camera distance when tracing the entity Sep 20, 2021
@ebogo1
Copy link
Contributor

ebogo1 commented Sep 20, 2021

@651778286 Thanks for opening an issue. Could you please give an example use case of this Camera variable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment