Unit1.dfm 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. Align = alClient
  27. OnMouseDown = GLSceneViewer1MouseDown
  28. OnMouseMove = GLSceneViewer1MouseMove
  29. TabOrder = 0
  30. end
  31. object Button1: TButton
  32. Left = 136
  33. Top = 8
  34. Width = 163
  35. Height = 25
  36. Caption = 'Apply Cube Environment Map'
  37. TabOrder = 1
  38. OnClick = Button1Click
  39. end
  40. object GLScene1: TGLScene
  41. Left = 24
  42. Top = 8
  43. object DummyCube1: TGLDummyCube
  44. CubeSize = 0.800000011920929000
  45. VisibleAtRunTime = True
  46. end
  47. object GLLightSource1: TGLLightSource
  48. ConstAttenuation = 1.000000000000000000
  49. Position.Coordinates = {0000E0400000A040000040400000803F}
  50. SpotCutOff = 180.000000000000000000
  51. end
  52. object Teapot1: TGLTeapot
  53. Material.Texture.TextureMode = tmReplace
  54. end
  55. object GLCamera1: TGLCamera
  56. DepthOfView = 100.000000000000000000
  57. FocalLength = 300.000000000000000000
  58. TargetObject = Teapot1
  59. Position.Coordinates = {000040400000A0400000E0400000803F}
  60. end
  61. end
  62. end