fExPolygonD.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. object FormExPolygon: TFormExPolygon
  2. Left = 256
  3. Top = 188
  4. Caption = 'Extruded Polygon'
  5. ClientHeight = 355
  6. ClientWidth = 512
  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. OnShow = FormShow
  15. TextHeight = 13
  16. object GLSceneViewer1: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 512
  20. Height = 355
  21. Camera = Camera
  22. FieldOfView = 99.599670410156250000
  23. PenAsTouch = False
  24. Align = alClient
  25. OnMouseDown = GLSceneViewer1MouseDown
  26. OnMouseMove = GLSceneViewer1MouseMove
  27. TabOrder = 0
  28. end
  29. object GLScene1: TGLScene
  30. Left = 48
  31. Top = 32
  32. object GLLightSource1: TGLLightSource
  33. ConstAttenuation = 1.000000000000000000
  34. Position.Coordinates = {0000FAC30000FAC3000048440000803F}
  35. LightStyle = lsOmni
  36. SpotCutOff = 180.000000000000000000
  37. end
  38. object GLLightSource2: TGLLightSource
  39. ConstAttenuation = 1.000000000000000000
  40. Position.Coordinates = {0000FA430000FAC3000048440000803F}
  41. SpotCutOff = 180.000000000000000000
  42. end
  43. object Container: TGLDummyCube
  44. CubeSize = 100.000000000000000000
  45. end
  46. object CameraTarget: TGLDummyCube
  47. CubeSize = 1.000000000000000000
  48. end
  49. object Camera: TGLCamera
  50. DepthOfView = 10000.000000000000000000
  51. FocalLength = 150.000000000000000000
  52. TargetObject = CameraTarget
  53. Position.Coordinates = {0000484300007AC4000048430000803F}
  54. Direction.Coordinates = {000000000000803F0000008000000000}
  55. Up.Coordinates = {00000000000000000000803F00000000}
  56. Left = 376
  57. Top = 240
  58. end
  59. end
  60. object GLMaterialLibrary1: TGLMaterialLibrary
  61. Materials = <
  62. item
  63. Name = 'MatSurface'
  64. Tag = 0
  65. Material.FrontProperties.Diffuse.Color = {6666263F0000003F14AEC73E0000803F}
  66. end
  67. item
  68. Name = 'MatInner'
  69. Tag = 0
  70. Material.FrontProperties.Diffuse.Color = {C3F5683F5C8F423F6666263F0000803F}
  71. end>
  72. Left = 144
  73. Top = 32
  74. end
  75. end