Unit1.dfm 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Cube Map'
  5. ClientHeight = 377
  6. ClientWidth = 477
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnMouseWheel = FormMouseWheel
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object GLSceneViewer1: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 477
  21. Height = 377
  22. Camera = GLCamera1
  23. BeforeRender = GLSceneViewer1BeforeRender
  24. Buffer.BackgroundColor = clTeal
  25. FieldOfView = 64.285034179687500000
  26. PenAsTouch = False
  27. Align = alClient
  28. OnMouseDown = GLSceneViewer1MouseDown
  29. OnMouseMove = GLSceneViewer1MouseMove
  30. TabOrder = 0
  31. end
  32. object Button1: TButton
  33. Left = 136
  34. Top = 8
  35. Width = 163
  36. Height = 25
  37. Caption = 'Apply Cube Environment Map'
  38. TabOrder = 1
  39. OnClick = Button1Click
  40. end
  41. object GLScene1: TGLScene
  42. Left = 24
  43. Top = 8
  44. object DummyCube1: TGLDummyCube
  45. CubeSize = 0.800000011920929000
  46. VisibleAtRunTime = True
  47. end
  48. object GLLightSource1: TGLLightSource
  49. ConstAttenuation = 1.000000000000000000
  50. Position.Coordinates = {0000E0400000A040000040400000803F}
  51. SpotCutOff = 180.000000000000000000
  52. end
  53. object Teapot1: TGLTeapot
  54. Material.Texture.TextureMode = tmReplace
  55. end
  56. object GLCamera1: TGLCamera
  57. DepthOfView = 100.000000000000000000
  58. FocalLength = 300.000000000000000000
  59. TargetObject = Teapot1
  60. Position.Coordinates = {000040400000A0400000E0400000803F}
  61. end
  62. end
  63. end