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

Allow instantiateOnFaces block of node geometry to infer UV coordinates #14466

Closed
PatrickRyanMS opened this issue Oct 25, 2023 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@PatrickRyanMS
Copy link
Member

Right now the instantiateOnFaces block does not provide UV coordinates for the position generated on the face. Could the block infer UV coordinates so that it could be used in conjunction with TextureFetch? That could be too slow, and if so, maybe we need to kick a warning in the build log that the block does not provide UV coordinates so users can see to use instantiateOnVertcies instead.

Below is a graph to test with containing a Texture to determine if a cube or null is passed based on the instantiate position.
instantiateOnFacesTest.zip

@PatrickRyanMS PatrickRyanMS added this to the 7.0 milestone Oct 25, 2023
deltakosh added a commit that referenced this issue Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants