void tvSetView3d ( tvBase *threeD, double x, double y, double z, double yaw, double pitch, double roll )
This function will set the current viewpoint for the 3-D viewer
Documentation
This function will set the current viewpoint for the 3-D viewer.
You pass in values for the (x,y,z) coordinate (where Y is up and
the units are meters), and the (yaw,pitch,roll) orientation (in
units of radians).
- Returns:
- void
- Parameters:
- threeD - handle to rendering state
x - coordinate of eye point
y - "
z - "
yaw - orientation parameters for view
pitch - "
roll - "
- Author:
- Martin Reddy
- Version:
- 20 January 1999
TerraVision API Home Page