diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-solides3d/text/chapter-2-en.tex')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-solides3d/text/chapter-2-en.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-solides3d/text/chapter-2-en.tex b/Master/texmf-dist/doc/generic/pst-solides3d/text/chapter-2-en.tex index ea4f40130fa..8cce87485e7 100644 --- a/Master/texmf-dist/doc/generic/pst-solides3d/text/chapter-2-en.tex +++ b/Master/texmf-dist/doc/generic/pst-solides3d/text/chapter-2-en.tex @@ -2,6 +2,7 @@ \begin{center} +\begingroup \begin{pspicture}(-5,-5.7)(10,7) \psset{lightsrc=10 20 30,viewpoint=50 30 20 rtp2xyz} \definecolor{bleuciel}{rgb}{0.78,0.84,0.99} @@ -103,9 +104,10 @@ %% uncomment follow line to draw "Ecran" %\psSolid[object=plan,args=Ecran,showBase,planmarks] \psProjection[object=texte, + PSfont=NimbusSanL-Regu, plan=Ecran, fontsize=20, - text=Projection Screen](-2,2) + text={Projection Screen}](0,2) % \psset{linecolor=red,fillstyle=vlines,hatchsep=0.04,hatchwidth=0.02} @@ -116,6 +118,8 @@ \psbrace[ref=lC,linecolor=black](V)(E){$D$} \uput[45](V){View Point} \end{pspicture} + +\endgroup \end{center} The coordinates of the object, in this case the bluish cube, are setup in the axes of coordinates $Oxyz$. The \Index{coordinates} of the \Index{view point} ($V$), are setup in the same axes of coordinates, either in \Index{spherical coordinates}---with the adding option \verb+[rtp2xyz]+, or in Cartesian coordinates---which is the default option. |