(edit: all cleared up) RenderTransformGroup & RenderText

All topics about ZGameEditor goes here.

Moderator: Moderators

Post Reply
User avatar
diki
Posts: 140
Joined: Thu Sep 11, 2008 7:53 pm
Location: GMT+1
Contact:

(edit: all cleared up) RenderTransformGroup & RenderText

Post by diki »

i tried to modify a RenderTransformGroup from inside a ZExpression, and although it does not report an error, the RTG does not seem to care.

maybe i'm taking the wrong approach to this; could you take a look?
Attachments
rtgbug.zgeproj
(1.11 KiB) Downloaded 426 times
Last edited by diki on Tue Nov 04, 2008 10:52 pm, edited 1 time in total.
User avatar
Kjell
Posts: 1883
Joined: Sat Feb 23, 2008 11:15 pm

Post by Kjell »

Hi diki,

Can you explain what you're trying to do?

K
User avatar
diki
Posts: 140
Joined: Thu Sep 11, 2008 7:53 pm
Location: GMT+1
Contact:

Post by diki »

hi kjell,

it turns out i was just confused because RenderText ignores the transformations imposed by a RenderTransformGroup when the UseModelSpace property is not set; it took me a while to realize that this is documented & fully intended behavior :P
Post Reply