home *** CD-ROM | disk | FTP | other *** search
/ Secret Service 40 / SSERVCD_40.bin / demos / ddrome / data.z / SETUP.GW < prev    next >
Text File  |  1996-08-20  |  1KB  |  42 lines

  1. # Perform basic setup stuff common to all domains.
  2.  
  3. # Initialize graphics data (cubes & terrain).
  4.  
  5. PerspectiveTexture on   
  6. #################################################
  7. # These are set internally by the graphics detail!!
  8. #################################################
  9. #SetPerspectiveTextureDeltaX  16
  10. SetPerspectiveTextureDeltaX  32
  11. SetPerspectiveTextureFarZ   350.0
  12. #SetPerspectiveTextureFarZ   1000.0
  13.  
  14. #SetShadingOn
  15.  
  16. # Print out frames per sec on screen
  17. PrintFPS off
  18.  
  19. SetPaletteName  domain.act
  20.  
  21.  
  22. NewWorld world1
  23. #WorldFog off
  24.  
  25. # note world extents and world origin set in individual arenagw files
  26. WorldOrigin  -896.0 896.0
  27. WorldExtents  1792.0 -1792.0
  28.  
  29.   
  30. WorldPartition 128 -128
  31. # Set tolerance for large object determination.
  32. # This command must occur after the WorldPartition command.
  33. WorldPartitionInclusionTolerance 3.0 3.0
  34.  
  35. # Define world regions for visibility.
  36. # source regions.gw
  37.  
  38. FindNode world1
  39. #WorldAddLight light1
  40. #WorldAddLight pball_1_light
  41. 
  42.