0 votes

Hi all,

Looking to turn these three into an array of vec4s that i can then iterate through in a for loop instead of doing a set of if/else statements, but not sure how to do it, any help? tried looking at documentation but it's not too helpful

uniform vec4 old_color : hint_color;
uniform vec4 old_color2 : hint_color;
uniform vec4 old_color3 : hint_color;

thanks!

in Engine by (48 points)

1 Answer

+1 vote
Best answer

As i understand from the docs you cannot have uniform arrays yet (at least in Godot 3.2 branch).

by (3,501 points)
selected by
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.