|
Revision 89, 0.8 kB
(checked in by jpv, 6 months ago)
|
Correction bug de clipping sur projection droites + SphercalCoor? dans la doc
|
| Line | |
|---|
| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage{pst-solides3d,pst-node,pst-plot,multido,url} |
|---|
| 3 |
\usepackage[latin1]{inputenc} |
|---|
| 4 |
\usepackage[T1]{fontenc} |
|---|
| 5 |
\usepackage{colortbl} |
|---|
| 6 |
\usepackage{array} |
|---|
| 7 |
\usepackage[a4paper,bottom=2.5cm,top=2cm]{geometry} |
|---|
| 8 |
|
|---|
| 9 |
\makeatletter |
|---|
| 10 |
|
|---|
| 11 |
\title{\texttt{pst-solides3d} :\\ |
|---|
| 12 |
Test} |
|---|
| 13 |
\date{\today } |
|---|
| 14 |
\begin{document} |
|---|
| 15 |
\maketitle |
|---|
| 16 |
|
|---|
| 17 |
\section {Objet load} |
|---|
| 18 |
|
|---|
| 19 |
\psset{lightsrc=10 20 30,viewpoint=50 20 30 rtp2xyz} |
|---|
| 20 |
\psset{viewpoint=50 20 30 rtp2xyz} |
|---|
| 21 |
|
|---|
| 22 |
\begin{center} |
|---|
| 23 |
\psset{lightsrc=10 0 10,viewpoint=50 -20 30 rtp2xyz,Decran=50} |
|---|
| 24 |
\begin{pspicture*}(-5,-4)(6,4) |
|---|
| 25 |
\psframe(-5,-4)(6,4) |
|---|
| 26 |
\psset{solidmemory} |
|---|
| 27 |
\psSolid[object=cube, |
|---|
| 28 |
fillcolor=red, |
|---|
| 29 |
name=A1, |
|---|
| 30 |
action=none |
|---|
| 31 |
] |
|---|
| 32 |
\psSolid[object=load, |
|---|
| 33 |
load=A1] |
|---|
| 34 |
|
|---|
| 35 |
\composeSolid |
|---|
| 36 |
\end{pspicture*} |
|---|
| 37 |
\end{center} |
|---|
| 38 |
|
|---|
| 39 |
\end{document} |
|---|