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

RoomCamera: allow follow avatar optionally #27

Open
mtwzim opened this issue Dec 15, 2020 · 0 comments
Open

RoomCamera: allow follow avatar optionally #27

mtwzim opened this issue Dec 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mtwzim
Copy link
Contributor

mtwzim commented Dec 15, 2020

Just like the rooms of the habbos, the camera moves so that the avatar is in the center of the screen, it is currently possible to just place the room in the center of the screen.

Considering the following challenges (@jankuss):

  1. Simple api:
    const avatar = new Avatar();
    const camera = new RoomCamera();
    camera.avatar = avatar;
    
  2. Should be optional. RoomCamera should also work with no avatar provided
@jankuss jankuss added the enhancement New feature or request label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants