fDynTextureC.dfm 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. PenAsTouch = False
  28. Align = alClient
  29. TabOrder = 0
  30. end
  31. object GLScene1: TGLScene
  32. Left = 64
  33. Top = 16
  34. object GLDirectOpenGL1: TGLDirectOpenGL
  35. UseBuildList = False
  36. OnRender = GLDirectOpenGL1Render
  37. Blend = False
  38. end
  39. object GLDummyCube1: TGLDummyCube
  40. CubeSize = 1.000000000000000000
  41. object GLCube1: TGLCube
  42. Material.MaterialLibrary = GLMaterialLibrary1
  43. Material.LibMaterialName = 'Anim'
  44. end
  45. end
  46. object GLLightSource1: TGLLightSource
  47. ConstAttenuation = 1.000000000000000000
  48. Position.Coordinates = {0000404000002041000020410000803F}
  49. SpotCutOff = 180.000000000000000000
  50. end
  51. object GLCamera1: TGLCamera
  52. DepthOfView = 100.000000000000000000
  53. FocalLength = 50.000000000000000000
  54. TargetObject = GLDummyCube1
  55. Position.Coordinates = {0000803F0000803F000040400000803F}
  56. end
  57. end
  58. object GLMaterialLibrary1: TGLMaterialLibrary
  59. Materials = <
  60. item
  61. Name = 'Anim'
  62. Tag = 0
  63. Material.Texture.TextureMode = tmReplace
  64. end>
  65. Left = 160
  66. Top = 16
  67. end
  68. object GLCadencer1: TGLCadencer
  69. Scene = GLScene1
  70. OnProgress = GLCadencer1Progress
  71. Left = 64
  72. Top = 88
  73. end
  74. object Timer1: TTimer
  75. Interval = 3000
  76. OnTimer = Timer1Timer
  77. Left = 496
  78. Top = 16
  79. end
  80. end