![]() | |
Line |
The LineBaseNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | DepthBias | Gets or sets a float that specifies a bias that is used when doing a depth test. The value is subtracted from the depth value of the line. Subtracting the value moves the line closer to the camera. The depth values are in range from 0 (at the near camera plane) to 1 (at the far camera plane). Usually a 0.0005 is a good value for most of the cases. |
![]() | EndLineCap | Gets or sets one of the LineCap that is used for end position of the line. |
![]() | LineColor | Gets or sets the color of the line |
![]() | LineThickness | Gets or sets the thickness of the line in screen coordinates. |
![]() | Material | Gets the material that is used to render this 3D line. The material is created by this SceneNode. If you want to use a custom material then it must be set by a special constructor that takes Material as a parameter. |
![]() | StartLineCap | Gets or sets one of the LineCap that is used for start position of the line. |