Hi,
I try to display text on a rectangle, in a GEM window,
and it's always the rectangle in front :
How to put the text "inside" the rectangle ?
(I try a few manip with the position of the [gemhead] without success]
thanks
-
Display text on object
-
you can change the rendering order in gem by using the first argument of [gemhead]. [gemhead 2] will be on top of [gemhead 1] and so on. another option would be to give a slight offset to the z-axis of your object [translateXYZ 0 0 0.01] will be on "top" of everything else.