fdPhysXScatter.dfm 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. object FormPhysXScatter: TFormPhysXScatter
  2. Left = 214
  3. Top = 182
  4. Caption = 'PhysX Scattering'
  5. ClientHeight = 441
  6. ClientWidth = 680
  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. OnCreate = FormCreate
  14. OnDestroy = FormDestroy
  15. TextHeight = 13
  16. object GLSV: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 680
  20. Height = 441
  21. Camera = Camera
  22. FieldOfView = 154.447631835937500000
  23. PenAsTouch = False
  24. Align = alClient
  25. OnMouseMove = GLSVMouseMove
  26. TabOrder = 0
  27. end
  28. object Edit1: TEdit
  29. Left = 8
  30. Top = 8
  31. Width = 121
  32. Height = 21
  33. TabOrder = 1
  34. end
  35. object GLScene: TGLScene
  36. Left = 8
  37. Top = 8
  38. object Center: TGLDummyCube
  39. CubeSize = 1.000000000000000000
  40. object Light: TGLLightSource
  41. ConstAttenuation = 1.000000000000000000
  42. Position.Coordinates = {0000A0410000A041000000000000803F}
  43. SpotCutOff = 180.000000000000000000
  44. end
  45. object Plane: TGLPlane
  46. Material.FrontProperties.Diffuse.Color = {00000000000000000000000000000000}
  47. Direction.Coordinates = {000000000000803F0000000000000000}
  48. Scale.Coordinates = {00007A4400007A440000803F00000000}
  49. Up.Coordinates = {0000000000000000000080BF00000000}
  50. Height = 1.000000000000000000
  51. Width = 1.000000000000000000
  52. end
  53. end
  54. object Camera: TGLCamera
  55. DepthOfView = 200.000000000000000000
  56. FocalLength = 50.000000000000000000
  57. TargetObject = Center
  58. Position.Coordinates = {0000484200004842000000000000803F}
  59. object Light1: TGLLightSource
  60. ConstAttenuation = 1.000000000000000000
  61. Position.Coordinates = {0000A0400000A0400000A0400000803F}
  62. SpotCutOff = 180.000000000000000000
  63. end
  64. end
  65. end
  66. object Cadencer: TGLCadencer
  67. Scene = GLScene
  68. OnProgress = CadencerProgress
  69. Left = 40
  70. Top = 8
  71. end
  72. object Timer: TTimer
  73. OnTimer = TimerTimer
  74. Left = 72
  75. Top = 8
  76. end
  77. end