Unit1.dfm 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'ODE Machine'
  5. ClientHeight = 408
  6. ClientWidth = 629
  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. PixelsPerInch = 96
  15. TextHeight = 13
  16. object GLSceneViewer1: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 629
  20. Height = 408
  21. Camera = GLCamera1
  22. FieldOfView = 152.456802368164100000
  23. PenAsTouch = False
  24. Align = alClient
  25. OnMouseDown = GLSceneViewer1MouseDown
  26. OnMouseMove = GLSceneViewer1MouseMove
  27. TabOrder = 0
  28. end
  29. object GLScene1: TGLScene
  30. Left = 24
  31. Top = 8
  32. object GLDummyCube1: TGLDummyCube
  33. Position.Coordinates = {0000803F00000000000000000000803F}
  34. CubeSize = 1.000000000000000000
  35. object GLCamera1: TGLCamera
  36. DepthOfView = 100.000000000000000000
  37. FocalLength = 50.000000000000000000
  38. TargetObject = GLDummyCube1
  39. Position.Coordinates = {00000040000060400000C0400000803F}
  40. object GLLightSource1: TGLLightSource
  41. ConstAttenuation = 1.000000000000000000
  42. SpotCutOff = 180.000000000000000000
  43. end
  44. end
  45. end
  46. object Machine: TGLDummyCube
  47. CubeSize = 1.000000000000000000
  48. object Wheel: TGLCylinder
  49. Material.FrontProperties.Diffuse.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  50. Position.Coordinates = {000020C000000000000000000000803F}
  51. BottomRadius = 2.000000000000000000
  52. Height = 0.500000000000000000
  53. Slices = 32
  54. TopRadius = 2.000000000000000000
  55. object Axle: TGLCylinder
  56. Material.FrontProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  57. Position.Coordinates = {00000000000000C0000000000000803F}
  58. BottomRadius = 0.500000000000000000
  59. Height = 5.000000000000000000
  60. TopRadius = 0.500000000000000000
  61. end
  62. object Pin1: TGLCylinder
  63. Material.FrontProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  64. Position.Coordinates = {000000000000003F0000C0BF0000803F}
  65. BottomRadius = 0.250000000000000000
  66. Height = 1.000000000000000000
  67. TopRadius = 0.250000000000000000
  68. end
  69. end
  70. object Arm: TGLCube
  71. Material.FrontProperties.Diffuse.Color = {CDCC0C3FEC51B83DEC51B83D0000803F}
  72. Direction.Coordinates = {4B413AB4000000000000803F00000000}
  73. Position.Coordinates = {0000003F0000403F0000C0BF0000803F}
  74. CubeSize = {0000F0400000803E0000403F}
  75. end
  76. object Pin2: TGLCylinder
  77. Material.FrontProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  78. Position.Coordinates = {000060400000003F0000C0BF0000803F}
  79. BottomRadius = 0.250000000000000000
  80. Height = 1.000000000000000000
  81. TopRadius = 0.250000000000000000
  82. end
  83. object Slider: TGLCube
  84. Material.FrontProperties.Diffuse.Color = {1F856B3F14AE473F52B81E3F0000803F}
  85. Position.Coordinates = {00005040000000000000C0BF0000803F}
  86. CubeSize = {000080400000003F0000803F}
  87. end
  88. end
  89. object ODERenderPoint: TGLRenderPoint
  90. end
  91. object GLHUDText1: TGLHUDText
  92. Position.Coordinates = {0000204100002041000000000000803F}
  93. BitmapFont = GLWindowsBitmapFont1
  94. Rotation = 0.000000000000000000
  95. ModulateColor.Color = {0000000000000000000000000000803F}
  96. end
  97. end
  98. object GLODEManager1: TGLODEManager
  99. Solver = osmQuickStep
  100. Iterations = 3
  101. MaxContacts = 8
  102. RenderPoint = ODERenderPoint
  103. Visible = True
  104. VisibleAtRunTime = False
  105. Left = 128
  106. Top = 8
  107. end
  108. object GLODEJointList1: TGLODEJointList
  109. Left = 248
  110. Top = 8
  111. end
  112. object GLCadencer1: TGLCadencer
  113. Scene = GLScene1
  114. MaxDeltaTime = 0.020000000000000000
  115. OnProgress = GLCadencer1Progress
  116. Left = 24
  117. Top = 64
  118. end
  119. object GLWindowsBitmapFont1: TGLWindowsBitmapFont
  120. Font.Charset = DEFAULT_CHARSET
  121. Font.Color = clWhite
  122. Font.Height = -11
  123. Font.Name = 'MS Sans Serif'
  124. Font.Style = [fsBold]
  125. Left = 248
  126. Top = 64
  127. end
  128. end