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

Exploration of extracting scene texture data to use with node geometry #14414

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

Comments

@PatrickRyanMS
Copy link
Member

Node geometry can't use scene-dependent texture data by simply passing the loaded texture to the TextureBlock through code. This limits the ability to use procedural textures generated from node material within node geometry. Is there a way to extract the data from the scene so that node geometry can use it, even though it is not GPU-based? Below is a scene set up to use a texture loaded into the scene within node geometry to use for testing.

example passing texture from scene to node geometry

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

No branches or pull requests

2 participants