[]
Initializes a new instance of the Model3DStream class.
public Model3DView()
Public Sub New()
Initializes a new instance of the Model3DStream class.
public Model3DView(string uiName, in Matrix3D cameraPosition, float? cameraDistance = null)
Public Sub New(uiName As String, ByRef cameraPosition As Matrix3D, Optional cameraDistance As Single? = Nothing)
| Type | Name | Description |
|---|---|---|
| string | uiName | The value of UIName property. |
| Matrix3D | cameraPosition | The transformation matrix that specifies a position and orientation of the camera in world coordinates. |
| float? | cameraDistance | The camera distance. |