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

Have Scene Camera use base Camera class #134

Merged
merged 5 commits into from
Feb 23, 2023
Merged

Have Scene Camera use base Camera class #134

merged 5 commits into from
Feb 23, 2023

Conversation

JamesTKhan
Copy link
Owner

@JamesTKhan JamesTKhan commented Feb 21, 2023

Updates the Scene.java camera to be a Camera instead of PerspectiveCamera. This allows runtime applications to change the camera to an Orthographic (or any other subclass of camera) if they wanted. No actual support added for Orthographic viewing within the editor it's self.

@JamesTKhan JamesTKhan linked an issue Feb 21, 2023 that may be closed by this pull request
@Dgzt
Copy link
Collaborator

Dgzt commented Feb 22, 2023

I've tried it out with my example project. Looks good. :)

# Conflicts:
#	editor/CHANGES
#	gdx-runtime/CHANGES
@JamesTKhan JamesTKhan merged commit fde6ba8 into master Feb 23, 2023
@JamesTKhan JamesTKhan deleted the generic-camera branch April 11, 2023 03:35
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.

Orthographic camera support in scene
2 participants