12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Projection'
- ClientHeight = 405
- ClientWidth = 559
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- WindowState = wsMaximized
- OnCreate = FormCreate
- OnMouseWheel = FormMouseWheel
- PixelsPerInch = 96
- TextHeight = 13
- object SceneViewer: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 559
- Height = 405
- Camera = GLCamera
- Buffer.BackgroundColor = clBlack
- Buffer.FaceCulling = False
- Buffer.AntiAliasing = aa4xHQ
- FieldOfView = 146.991271972656300000
- PenAsTouch = False
- Align = alClient
- OnMouseDown = SceneViewerMouseDown
- OnMouseMove = SceneViewerMouseMove
- TabOrder = 0
- end
- object GLScene1: TGLScene
- ObjectsSorting = osNone
- Left = 24
- Top = 24
- object GLCamera: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 60.000000000000000000
- TargetObject = GLDummyCube
- Position.Coordinates = {0000E0400000A040000040400000803F}
- end
- object GLDummyCube: TGLDummyCube
- CubeSize = 1.000000000000000000
- object GLArrowLine1: TGLArrowLine
- Direction.Coordinates = {000000000000803F0000000000000000}
- Up.Coordinates = {0000000000000000000080BF00000000}
- BottomRadius = 0.100000001490116100
- Height = 1.000000000000000000
- TopRadius = 0.100000001490116100
- TopArrowHeadHeight = 0.500000000000000000
- TopArrowHeadRadius = 0.200000002980232200
- BottomArrowHeadHeight = 0.500000000000000000
- BottomArrowHeadRadius = 0.200000002980232200
- end
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Position.Coordinates = {0000484200004842000000000000803F}
- SpotCutOff = 180.000000000000000000
- end
- end
- object DirectOpenGL: TGLDirectOpenGL
- UseBuildList = False
- OnRender = DirectOpenGLRender
- Blend = False
- end
- object GLPoints: TGLPoints
- NoZWrite = False
- Static = False
- Size = 5.000000000000000000
- Style = psSmooth
- end
- object GLPlane: TGLPlane
- Material.FrontProperties.Diffuse.Color = {0000003F0000003F0000803FCDCC4C3F}
- Material.BlendingMode = bmTransparency
- Material.MaterialOptions = [moNoLighting]
- Direction.Coordinates = {000000000000803F0000000000000000}
- Up.Coordinates = {00000000000000000000803F00000000}
- Height = 6.000000000000000000
- Width = 6.000000000000000000
- object GLXYZGrid1: TGLXYZGrid
- LineColor.Color = {0000803F0000803F0000803F0000003F}
- XSamplingScale.Min = -3.000000000000000000
- XSamplingScale.Max = 3.000000000000000000
- XSamplingScale.Origin = 1.000000000000000000
- XSamplingScale.Step = 0.500000000000000000
- YSamplingScale.Min = -3.000000000000000000
- YSamplingScale.Max = 3.000000000000000000
- YSamplingScale.Step = 0.500000000000000000
- ZSamplingScale.Step = 0.100000001490116100
- end
- end
- end
- end
|