-
Notifications
You must be signed in to change notification settings - Fork 18
Uniforms_Widgets
Aiekick edited this page Mar 19, 2019
·
3 revisions
the general syntax of an uniform in NoodlesPlate is :
uniform(section) type(params) name; // comment
- params can contain any category separated by a ':'
- each category can have many value separated by a ','
- the commetn can be shonw by let the mouse cursor ont eh uniform name in the unfiroms pane
example :
uniform vec2(0:1:0.5,0.8) slider;