Vuo 2.4.4
Loading...
Searching...
No Matches
VuoMeshParametric.h
Go to the documentation of this file.
1
10#ifdef __cplusplus
11extern "C"
12{
13#endif
14
15#include "VuoMesh.h"
17
19 VuoText xExp,
20 VuoText yExp,
21 VuoText zExp,
22 VuoInteger uSubdivisions,
23 VuoInteger vSubdivisions,
24 bool closeU,
25 VuoReal uMin,
26 VuoReal uMax,
27 bool closeV,
28 VuoReal vMin,
29 VuoReal vMax,
31
32#ifdef __cplusplus
33}
34#endif