We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
iam currently building a game with your library and i wonder what do you think about the idea to add offset property to objects?
currently i created computed methods where the position is modified with an offset
https://github.com/Opentribes/GameClient/blob/main/src/components/WorldMap.vue#L36
but i think it would be nice to have a offset property even tho three js does not have an offset.
the offset property might accept the same array as position.
What do you think?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
iam currently building a game with your library and i wonder what do you think about the idea to add offset property to objects?
currently i created computed methods where the position is modified with an offset
https://github.com/Opentribes/GameClient/blob/main/src/components/WorldMap.vue#L36
but i think it would be nice to have a offset property even tho three js does not have an offset.
the offset property might accept the same array as position.
What do you think?
The text was updated successfully, but these errors were encountered: