/T3D with TV command [message #6653] |
Thu, 01 August 1996 00:00 |
kpham
Messages: 3 Registered: April 1996
|
Junior Member |
|
|
Hi,
I am having problems using the /T3D keyword with the TV command. For
example,
SURFACE, Z, /SAVE
CONTOUR, Z, /T3D, /NOERASE, ZVALUE=1
TV, Z, /T3D, XSIZE=etc.
The contour graph is plotted correctly, but the TV image is plotted in
the plane of the window, i.e. not in 3D. It is as if I did not use
the /T3D keyword at all for the TV command.
I know that the SHOW3 command does something similar. Unfortunately,
I do not have access to the SHOW3.PRO file. (I am still getting on
the sys admin's case.)
Thank you for any help,
Khai Pham
University of Michigan
|
|
|
Re: /T3D with TV command [message #6655 is a reply to message #6653] |
Thu, 01 August 1996 00:00  |
MICHEL KRUGLANSKI
Messages: 14 Registered: August 1996
|
Junior Member |
|
|
Khai Trinh Pham wrote:
>
> Hi,
>
> I am having problems using the /T3D keyword with the TV command. For
> example,
>
> SURFACE, Z, /SAVE
> CONTOUR, Z, /T3D, /NOERASE, ZVALUE=1
> TV, Z, /T3D, XSIZE=etc.
>
> The contour graph is plotted correctly, but the TV image is plotted in
> the plane of the window, i.e. not in 3D. It is as if I did not use
> the /T3D keyword at all for the TV command.
>
> I know that the SHOW3 command does something similar. Unfortunately,
> I do not have access to the SHOW3.PRO file. (I am still getting on
> the sys admin's case.)
>
> Thank you for any help,
> Khai Pham
> University of Michigan
I think you need to use the Z-buffer
See Reference manual, chapter 3, figure 3.8
|
|
|