home *** CD-ROM | disk | FTP | other *** search
/ Cutting-Edge 3D Game Programming with C++ / CE3DC++.ISO / BOOK / CHAP14 / LIGHTP.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-05-14  |  222 b   |  14 lines

  1. //
  2. // File name: LightP.CPP
  3. //
  4. // Description: A light source.
  5. //
  6. // Author: John De Goes
  7. //
  8. // Project: Cutting Edge 3D Game Programming
  9. //
  10.  
  11. #include "LightP.HPP"
  12.  
  13. PointLight Light ( 1000.0F, 100.0F, 4.0F );
  14.