|
|
Hi there
I got a question over here.
I got a database like this:
.
.
.
upper_axis = <x, y, z>;
upper_angle = a;
upper_pos = <x, y, z>
head_axis = <x, y, z>;
head_angle = a;
head_pos = <x,y,z>
.
.
.
Now I try to write a macro which only takes the argument "head" or "upper":
#macro (OBJ)
.
.
.
#end
Inside the macro should have access to OBJ_axis or OBJ_angle so I need a
function like *concat (OBJ, "_axis")* that does not return a string
but the variable identifier.
Is this anyhow possible in POV?
Sebastian H.
Post a reply to this message
|
|