Issues.00201 - lordmundi/wikidoctest GitHub Wiki
00201: expanded inputs for API file transforms
Summary: expanded inputs for API file transforms
Created: 2009–10–30 08:34
Status: Released
Category: Request
From: ncmerek
Version: 2.0
Released_In: 2.1
Description:
right now, inputs to api file transforms can be trick variables.
the only other places I can think of where users might want to feed input to a transform might be:
- from a constant
- from a graphics node
- from a tcl variable
While all three of these would be great, I think the first one (from a constant) is the most important.
The following syntax could be used:
in vec3 struct_to_gmf_loc = vec3(0,0,100)
in vec3 struct_to_gmf_loc = INPUT_NODE.xyz
in vec3 struct_to_gmf_loc = vec3($global_var_x, $global_var_y, $global_var_z
Comments
frankie April 05, 2010, at 12:17 PM: This has been implemented as far as constants. We are going to close the issue. If people need to have inputs from a node or a tcl variable, then we should open a new issue and request those separately.