» it.EX9.HLSL.Annotations
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

it.EX9.HLSL.Annotations

English | French

The original english version of this page is newer and may contain information this translation does not have! Click here to view the english version.

VVVV supporta le seguenti annotazioni per i parametri nei files Effetto (non sono sensibili alle maiuscole):

float = virgola mobile
int = intero
annotazione descrizione tipo
uiname definisce il nome per il pin che rappresenta il parametro sul nodo effetto; se non viene usata l'annotazione "uiname" al pin verrà dato il nome del parametro. stringa
uimin definisce il valore minimo per un parametro di tipo scalare; un valore non sarà mai inferiore a quanto definito (supportato dalla GUI) * float or int
uimax definisce il valore massimo per un parametro di tipo scalare; un valore non sarà mai superiore a quanto definito (supportato dalla GUI) * float or int

* funziona solo per i tipi scalari (Tipi di Valori): int and float

Esempio

float MyParameter;

Genera un pin chiamato MyParamter nel nodo effetto, con un sottotipo di default = 0 ed un intervallo compreso tra MinFloat e MaxFloat.

float MyParameter <string uiname = "My Parameter"; float uimin = 0; float uimax = 1;> = 0.5;

Genera un pin chiamato My Parameter nel nodo effetto con un sottotipo di default = 0.5 ed un intervallo compreso tra 0 e 1.

anonymous user login

Shoutbox

~17h ago

joreg: The summer season of vvvv workshops at The NODE Institute is out: https://thenodeinstitute.org/ss24-vvvv-intermediates/

~18h ago

domj: If you happen to be in Prague, come join us at the Schema workshop on Thursday 25.4. :) https://www.facebook.com/events/395516526614988/?ti=ls

~13d ago

joreg: Postponed: Next vvvv beginner course starting April 29: https://thenodeinstitute.org/courses/vvvv-beginner-class-summer-2024/

~1mth ago

~1mth ago

joreg: The Winter Season of vvvv workshops is now over but all recordings are still available for purchase: https://thenodeinstitute.org/ws23-vvvv-intermediates/