Specifies settings for perspective drawing of 3-D graphic entities.
*Perspective()Specifies settings for perspective drawing of 3-D graphic entities. |
|||||
*Perspective()Specifies settings for perspective drawing of 3-D graphic entities. |
Syntax |
*Perspective(FOV, Z offset, Near plane, Far plane) |
|
Arguments |
Name |
Description |
FOV |
Field of view angle. |
|
Z offset |
View frustum Z offset. |
|
Near plane |
Distance to the nearest plane. |
|
Far plane |
Distance to the farthest plane. |
|
Example |
*BeginGraphic() • • • *Perspective(10, 0, 1.68361, 1683.61) *ModelSource({GRAPHIC_FILE_1}, LS_DYNA d3plot) *ResultSource({RESULT_FILE_1}, LS_DYNA d3plot) • • • *EndGraphic() |
|
Application |
MotionView, HyperView, and MediaView. |
|
Context |
||
Comments |
It is easier to alter these parameters through the user interface than through thesession. |
|
See also |
|
|