home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mnm2be.zip / SUPPORT / CAMERA.DLG < prev    next >
Text File  |  1994-10-19  |  772b  |  29 lines

  1. Caption(60, 12)
  2. Text("Camera Dialog", 24, 1)
  3. Button("   OK   ", 18, 11, 1)
  4. Button(" Cancel ", 38, 11, -1)
  5. Input(13, 3, 16, 2)   // Camera
  6. TextBox(" Camera X ", 3, 3, 2)
  7. Input(13, 4, 16, 3)
  8. TextBox(" Camera Y ", 3, 4, 3)
  9. Input(13, 5, 16, 4)
  10. TextBox(" Camera Z ", 3, 5, 4)
  11. Input(13, 7, 16, 5)   // Target
  12. TextBox(" Target X ", 3, 7, 5)
  13. Input(13, 8, 16, 6)
  14. TextBox(" Target Y ", 3, 8, 6)
  15. Input(13, 9, 16, 7)
  16. TextBox(" Target Z ", 3, 9, 7)
  17. Input(41, 3, 16, 8)   // Up
  18. TextBox(" Sky X ", 34, 3, 8)
  19. Input(41, 4, 16, 9)
  20. TextBox(" Sky Y ", 34, 4, 9)
  21. Input(41, 5, 16, 10)
  22. TextBox(" Sky Z ", 34, 5, 10)
  23. Check("Camera Status", 34, 7, 11)
  24. Input(49, 9, 8, 12)
  25. TextBox(" Field of View ", 34, 9, 12)
  26. Input(49, 8, 8, 13)
  27. TextBox(" Aspect Ratio  ", 34, 8, 13)
  28.  
  29.