Set the camera to a known viewpoint (cont'd)
This code will:
Listing 2. Set the camera to a known viewpoint.
| // Set the camera to a known viewpoint |
| camera .setPointOfView( ground ); |
| camera .turn( RIGHT , 135/360 revolutions ); |
| camera .moveAwayFrom( target = parkingMeter , amount = 10 meters ); |
| camera .move( UP , 1.5 meters ); |