Unit1.dfm 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Dynamic Texture'
  5. ClientHeight = 416
  6. ClientWidth = 564
  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. OnCreate = FormCreate
  15. OnKeyDown = FormKeyDown
  16. OnResize = FormResize
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object GLSceneViewer1: TGLSceneViewer
  20. Left = 0
  21. Top = 0
  22. Width = 564
  23. Height = 416
  24. Camera = GLCamera1
  25. Buffer.BackgroundColor = clGray
  26. FieldOfView = 152.966857910156300000
  27. Align = alClient
  28. TabOrder = 0
  29. end
  30. object GLScene1: TGLScene
  31. Left = 64
  32. Top = 16
  33. object GLDirectOpenGL1: TGLDirectOpenGL
  34. UseBuildList = False
  35. OnRender = GLDirectOpenGL1Render
  36. Blend = False
  37. end
  38. object GLDummyCube1: TGLDummyCube
  39. CubeSize = 1.000000000000000000
  40. object GLCube1: TGLCube
  41. Material.MaterialLibrary = GLMaterialLibrary1
  42. Material.LibMaterialName = 'Anim'
  43. end
  44. end
  45. object GLLightSource1: TGLLightSource
  46. ConstAttenuation = 1.000000000000000000
  47. Position.Coordinates = {0000404000002041000020410000803F}
  48. SpotCutOff = 180.000000000000000000
  49. end
  50. object GLCamera1: TGLCamera
  51. DepthOfView = 100.000000000000000000
  52. FocalLength = 50.000000000000000000
  53. TargetObject = GLDummyCube1
  54. Position.Coordinates = {0000803F0000803F000040400000803F}
  55. end
  56. end
  57. object GLMaterialLibrary1: TGLMaterialLibrary
  58. Materials = <
  59. item
  60. Name = 'Anim'
  61. Tag = 0
  62. Material.Texture.TextureMode = tmReplace
  63. end>
  64. Left = 160
  65. Top = 16
  66. end
  67. object GLCadencer1: TGLCadencer
  68. Scene = GLScene1
  69. OnProgress = GLCadencer1Progress
  70. Left = 64
  71. Top = 88
  72. end
  73. object Timer1: TTimer
  74. Interval = 3000
  75. OnTimer = Timer1Timer
  76. Left = 496
  77. Top = 16
  78. end
  79. end