Will explain in fragments
I will explain the programs in fragments.
The code fragment in Listing 1 was copied from the complete program listing in Listing 11.
Listing 1. Align objects to the world.
// Align objects to the world |
ground .setPointOfView( world ); |
parkingMeter .setPointOfView( world ); |
iceSkater .setPointOfView( world ); |