-
Notifications
You must be signed in to change notification settings - Fork 32
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
[feature request] - light effect : drones color based on mesh formation vertex colors #20
Comments
This could work (I did not know that Blender meshes can have vertex colors). But we need to clarify a few things:
From the implementation side, I think this should be a separate "Effect Type". Right now we have "Color Ramp", "Image" and "Function". In the output of this mode, neither the color ramp nor the image would take any part, and it would not involve a custom function either, so I think a new effect type named "Vertex Color" would be appropriate. |
this is my opinion about 2: not sure but maybe the old "Face Corner + Byte Color" is more compatible if you import a colored mesh from an external software. In any case i think one data type is sufficient to handle this kind of effect even without too many options about 3: maybe only the first mesh color attribute could be used only (at least for a first version of this feature) about 4 and 5: i think black should be used to avoid any undesired light both if color info is missing or during transitions. If someone needs another color can add another light effect in the stack for that moment |
We have been asking for this possibility for well over a year! And it opens up many new possibilities, two important aspects I would like to be sure can be integrated:
|
would be useful to have a light effect mode that inherit the color of the drones from the vertex colors attribute of the formation (if a mesh is used in the formation).
So for example if you have a formation mesh with shape of a bird you could have the bird colors on the drones without need of keyframe them
The text was updated successfully, but these errors were encountered: