Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #3521

Re: Print text files in 3D

Newsgroups comp.lang.postscript
Date 2020-05-16 09:41 -0700
References <384584e6-3450-47e1-b94b-02745dd9d7de@googlegroups.com> <20468b23-72bf-41ad-b931-d03ac421b24d@googlegroups.com>
Message-ID <70d5e5a9-7f69-4baa-abea-0b30ca083fb4@googlegroups.com> (permalink)
Subject Re: Print text files in 3D
From luser droog <luser.droog@gmail.com>

Show all headers | View raw


On Saturday, May 16, 2020 at 8:49:59 AM UTC-5, jdh3 wrote:
> This is amazing and works with Helvetica too. I don't understand the program just played with the numbers and got this:
> 
>      0 -.00121  0 .112  2.155 -0.2255  1.105 0.4

Good job! That's that effect I was trying to get.
 
> The "watch file" setting in gv updates the display when using any editor with every "save to file" so I easily experimented with dozens of numbers by trial and error before almost getting lost. Do these numbers correspond to lly llx uly ulx lry lrx ury urx?

Close, each point is x followed by y. The 4 points define the result of 
transforming the unit square at the origin. You can consider them vectors:
zero vector, j vector, i vector, i+j vector. Then it determines the 3D 
perspective that would produce that transformation of the unit square, 
and all the points are mapped through that transformation.

Back to comp.lang.postscript | Previous | NextPrevious in thread | Find similar


Thread

Print text files in 3D luser droog <luser.droog@gmail.com> - 2020-05-15 13:23 -0700
  Re: Print text files in 3D inspironwuxga@gmail.com - 2020-05-16 06:49 -0700
    Re: Print text files in 3D luser droog <luser.droog@gmail.com> - 2020-05-16 09:41 -0700

csiph-web