Search found 47 matches

by Mic
Tue May 31, 2011 5:34 pm
Forum: ZGameEditor Visualizer
Topic: Control var value with Paramater[n]?
Replies: 19
Views: 39194

thanks for the info ...

thanks jph and VilleK for the info ... am reading and inwardly digesting ... have been working with Away3d 4, Flash 11 Incubus etc and was trying to design an app that 'produced sophisticated visualizations from an audio input' ..... and then I found ZGame Editor over the weekend .... purchased FL S...
by Mic
Mon May 30, 2011 8:26 pm
Forum: ZGameEditor Visualizer
Topic: Control var value with Paramater[n]?
Replies: 19
Views: 39194

Control var value with Paramater[n]?

Should I be able to do this? brickColR = Parameters[1]; brickColG = Parameters[2]; brickColB = Parameters[3]; Parameters[1] = 0.5; //brickColR Parameters[2] = 0.5; //brickColG Parameters[3] = 0.5; //brickColB Shader: varying vec3 BrickColor = vec3(brickColR, brickColG, brickColB); code compiles, sli...