|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
how can i do an animation where a character (using text-function) rotates
360
degrees by the y-axis.
I tried this, but the character seems to rotate around, not along the
y-axis.
Thanks,
responds to:
Sami Savolainen
sav### [at] wwnetfi
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Sawyer wrote:
>
> how can i do an animation where a character (using text-function) rotates
> 360
> degrees by the y-axis.
>
> I tried this, but the character seems to rotate around, not along the
> y-axis.
>
> Thanks,
>
> responds to:
> Sami Savolainen
> sav### [at] wwnetfi
You will have to ensure that the letter you are rotating is
is perfectly centered in the x and z directions or it will
orbit instead of rotate. Some fonts have automatic kerning
which will off set the letter from center and pov has no way
of correcting this off set for you.
As a tool you could use a couple of boxes or cylinders like
a cross hair in a scope to check it's position and then translate
the character into the right postion before the rotate command.
--
Ken Tyler
tyl### [at] pacbellnet
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks, I got it fully working now.
-----------------
>>
>> how can i do an animation where a character (using text-function) rotates
>> 360
>> degrees by the y-axis.
>>
>> I tried this, but the character seems to rotate around, not along the
>> y-axis.
>>
>> Thanks,
-------------
>You will have to ensure that the letter you are rotating is
>is perfectly centered in the x and z directions or it will
>orbit instead of rotate. Some fonts have automatic kerning
>which will off set the letter from center and pov has no way
>of correcting this off set for you.
>
>As a tool you could use a couple of boxes or cylinders like
>a cross hair in a scope to check it's position and then translate
>the character into the right postion before the rotate command.
>
>--
>Ken Tyler
>
>tyl### [at] pacbellnet
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |