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

Get texture at a given coordinate? #408

Open
Runkli opened this issue Nov 2, 2023 · 3 comments
Open

Get texture at a given coordinate? #408

Runkli opened this issue Nov 2, 2023 · 3 comments

Comments

@Runkli
Copy link

Runkli commented Nov 2, 2023

Is there a method I could use that would return to me the texture (or texture distribution) that exists at a given coordinate? I'd like to use this for something like dynamic walking sounds. Thanks!

@Zylann
Copy link
Owner

Zylann commented Nov 2, 2023

There is no method at the moment, you have to access pixels of the image directly.

@Runkli
Copy link
Author

Runkli commented Nov 2, 2023

Would this be hard to implement?

@Zylann
Copy link
Owner

Zylann commented Nov 2, 2023

Depends, it was already asked in #342

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

No branches or pull requests

2 participants