Re: ascii text placement

Greg Scallan (spider@paperinc.com)
Thu, 16 Nov 1995 15:37:54 -0500


On Nov 16, 1:58pm, Hung-Jen Toung wrote:
> Subject: Re: ascii text placement
> Greg,
> the project is currently off the web. It'll take me some time to put it
> on the web. The code is as follows...
>
> Separator {
> Translation { translation 10 0 0
> rotation 0 1 0 3.14156
> }
> FontStyle { size 15 }
> AsciiText {
> string "NSF Purdue University" spacing 2}
> }

A Translation node only has a translation field. Try the following:

Separator {
Translation {
translation 10 0 0
}
Rotation { # Put before Translation for local rotate
rotation 0 1 3.14156
}
FontStyle { size 15 }
AsciiText {
string "NSF Purdue University" spacing 2}
}

> I simply want to rotate the string by 180 degrees around the Y axis.
> As you know, WebFX allows text to be virewed only from the front
> and not from the back....it's good otherwise it'll be reversed.

To view the back, Try adding the following node after the top separator

ShapeHints {
shapeType SOLID
}

Greg

-- 

---
Greg Scallan                mailto: spider@paperinc.com
Paper Software, Inc.        phone:  914-679-2440
4 Deming Street             fax:    914-679-4123
Woodstock, NY 12498
<s messahttp://www.paperinc.com>Paper Software Inc</a>

  • Next message: Greg Scallan: gRe: ascii text placement"
  • Previous message: Greg Scallan: gRe: ascii text placement"
  • Next in thesad: Chris Marrin: gRe: ascii text placement"