search for: vec3f

Displaying 1 result from an estimated 1 matches for "vec3f".

Did you mean: vec3
2019 Jun 20
2
General question - better descriped.
...be able to run the code from it's node with the parameters i pass to the node's slots or in the node itself and i need it to be able to create own functions that must be available in the code of the nodes. so for example i've a typenode that declares and defines variables, for example vec3f for 3d vector types. Now my question would be: Where should i start reading or is there a special article how to achive what i want ?? As far as i know i need clang to parse my own functions so he knows about my types and my functions (one for each operation nodes and the structure declarations)....