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

Control config parameters? #78

Open
sphaero opened this issue Nov 22, 2023 · 3 comments
Open

Control config parameters? #78

sphaero opened this issue Nov 22, 2023 · 3 comments

Comments

@sphaero
Copy link

sphaero commented Nov 22, 2023

Probably a noob question but is it possible to control some config params though objects/nodes?

For example can I connect a gui/slider object to control the alpha of one of the texture mixer channels?

@Daandelange
Copy link
Collaborator

Daandelange commented Nov 22, 2023

Hi there @sphaero :)

Object < Math < Number should be what you are looking for ? (connected to texture.alpha)
image

@d3cod3
Copy link
Owner

d3cod3 commented Nov 23, 2023

Hi, generally it's like @Daandelange is telling you, but not specifically for the texture mixer object, because it's not designed to have external control of the channel alphas
Screenshot from 2023-11-23 10-19-57

As you can see, we just have the texture inlets ( blue ones ).

I'll add a vector inlet in the future to externally control the channels alphas!

@sphaero
Copy link
Author

sphaero commented Nov 24, 2023

Ok thanks for the feedback. Mosaic is looking good btw!

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

3 participants