There isn´t a getter for single glyphs in the new Textfield3D class, but it
is a regular Away3D primitive so you can easily fetch for the characters
yourself. Each character is a face, so you simply need to:

for each(var face:Face in textfield.faces)
{
     trace(face);
}

On Mon, Aug 31, 2009 at 12:58 PM, mic <[email protected]> wrote:

>
> Hi everybody, i have a question.
> In this sample: http://www.away3d.com/techdemos/textfield3d/
> we can move and extrude single char modifing _textfield.shapes[i].
> Is possible to do the same think with the last release of away3d and
> the new textField£d.as?
>
> thank you very much
>
> Michele
>

Reply via email to