change image gauge 3d
I have a question in the Resource section of a 3D Gauge when adding a filter if I put the operator "==", when viewing the Preview of my model the 3D Gauge disappears or is not displayed. What you want to do in the AutoMode is that you have 3 different events, where each event throws a number (0, 1 and 2) and requires that each event shows a 3D Gauge of different color (Gray, Yellow and Green) ) respectively. You need to use this operator to perform the following condition if (value == 1) return ("app / resources / Uploaded / Green.png"); This is done for the 3 events. I would like to know if that operator is not compatible with the 3D Gauge.?

