⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 delphi 最好的3D控件GLScene_Demos
💻 DFM
字号:
object Form1: TForm1

  Left = 198

  Top = 140

  Width = 353

  Height = 372

  BorderWidth = 5

  Caption = 'Form1'

  Color = clBtnFace

  Font.Charset = DEFAULT_CHARSET

  Font.Color = clWindowText

  Font.Height = -11

  Font.Name = 'MS Sans Serif'

  Font.Style = []

  OldCreateOrder = False

  PixelsPerInch = 96

  TextHeight = 13

  object GLSceneViewer1: TGLSceneViewer

    Left = 0

    Top = 0

    Width = 335

    Height = 333

    Camera = GLCamera1

    Buffer.BackgroundColor = clBlack

    Align = alClient

    OnMouseDown = GLSceneViewer1MouseDown

    OnMouseMove = GLSceneViewer1MouseMove

  end

  object GLScene1: TGLScene

    Left = 16

    Top = 16

    object Lines1: TGLLines

      AntiAliased = True

      LineWidth = 6

      Nodes = <

        item

          X = -1

          Y = -1

        end

        item

          Color.Color = {0000803F0000803F000000000000803F}

        end

        item

          X = 1

          Y = 1

          Color.Color = {0000803F00000000000000000000803F}

        end>

      NodesAspect = lnaCube

      NodeSize = 0.5

      SplineMode = lsmCubicSpline

      Options = [loUseNodeColorForLines]

    end

    object GLCamera1: TGLCamera

      DepthOfView = 100

      FocalLength = 25

      TargetObject = Lines1

      CameraStyle = csOrthogonal

      Position.Coordinates = {00000000000000000000A0400000803F}

      Left = 248

      Top = 152

    end

  end

end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -