fdArchiver.dfm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. object FormArchiver: TFormArchiver
  2. Left = 333
  3. Top = 166
  4. Caption = 'Archive Loader'
  5. ClientHeight = 483
  6. ClientWidth = 629
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. OnCreate = FormCreate
  15. TextHeight = 13
  16. object GLSceneViewer1: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 629
  20. Height = 483
  21. Camera = GLCamera
  22. VSync = vsmSync
  23. Buffer.AntiAliasing = aa4xHQ
  24. FieldOfView = 156.605575561523400000
  25. PenAsTouch = False
  26. Align = alClient
  27. TabOrder = 0
  28. end
  29. object GLScene1: TGLScene
  30. Left = 128
  31. Top = 73
  32. object GLDummyCube1: TGLDummyCube
  33. CubeSize = 1.000000000000000000
  34. object GLCamera: TGLCamera
  35. DepthOfView = 100.000000000000000000
  36. FocalLength = 50.000000000000000000
  37. TargetObject = GLDummyCube1
  38. Position.Coordinates = {0000A0400000A0400000A0400000803F}
  39. object GLLightSource1: TGLLightSource
  40. ConstAttenuation = 0.500000000000000000
  41. LinearAttenuation = 0.100000001490116100
  42. Specular.Color = {CDCC4C3FCDCC4C3FCDCC4C3F0000803F}
  43. SpotCutOff = 180.000000000000000000
  44. end
  45. end
  46. end
  47. object GLPlane1: TGLPlane
  48. Material.FrontProperties.Diffuse.Color = {CFBC3C3EA19E9E3ECFBC3C3E0000803F}
  49. Material.FrontProperties.Shininess = 8
  50. Material.FrontProperties.Specular.Color = {6666663F6666663F6666663F0000803F}
  51. Material.DepthProperties.DepthCompareFunction = cfLess
  52. Material.Texture.Disabled = False
  53. Direction.Coordinates = {000000000000803F2EBD3BB300000000}
  54. PitchAngle = 90.000000000000000000
  55. ShowAxes = True
  56. Up.Coordinates = {000000002EBD3BB3000080BF00000000}
  57. Height = 10.000000000000000000
  58. Width = 10.000000000000000000
  59. XTiles = 20
  60. YTiles = 20
  61. Style = [psTileTexture]
  62. end
  63. object GLFreeForm: TGLFreeForm
  64. Position.Coordinates = {000080BF00000000000000000000803F}
  65. MaterialLibrary = GLMaterialLibrary1
  66. end
  67. object GLFreeForm1: TGLFreeForm
  68. Position.Coordinates = {0000803F00000000000000000000803F}
  69. Scale.Coordinates = {0000003F0000003F0000003F00000000}
  70. MaterialLibrary = GLMaterialLibrary1
  71. end
  72. object GLLightSource2: TGLLightSource
  73. ConstAttenuation = 1.000000000000000000
  74. Position.Coordinates = {0000000000004040000000000000803F}
  75. SpotCutOff = 180.000000000000000000
  76. end
  77. end
  78. object GLMaterialLibrary1: TGLMaterialLibrary
  79. Materials = <
  80. item
  81. Name = 'LibMaterial'
  82. Tag = 0
  83. end>
  84. Left = 127
  85. Top = 128
  86. end
  87. object GLCadencer1: TGLCadencer
  88. Scene = GLScene1
  89. Mode = cmApplicationIdle
  90. OnProgress = GLCadencer1Progress
  91. Left = 127
  92. Top = 180
  93. end
  94. object GLSArchiveManager1: TGLSArchiveManager
  95. Archives = <
  96. item
  97. Name = 'LibArchive'
  98. end>
  99. Left = 127
  100. Top = 232
  101. end
  102. object GLSimpleNavigation1: TGLSimpleNavigation
  103. Form = Owner
  104. GLSceneViewer = GLSceneViewer1
  105. FormCaption = 'Archive Loader - %FPS'
  106. KeyCombinations = <
  107. item
  108. ShiftState = [ssLeft, ssRight]
  109. Action = snaZoom
  110. end
  111. item
  112. ShiftState = [ssLeft]
  113. Action = snaMoveAroundTarget
  114. end
  115. item
  116. ShiftState = [ssRight]
  117. Action = snaMoveAroundTarget
  118. end>
  119. Left = 304
  120. Top = 88
  121. end
  122. end