Method | Description | |
---|---|---|
BillboardGeometryBuilder ( System.Windows.Media.Media3D.Visual3D visual ) : System.Collections.Generic |
Initializes a new instance of the BillboardGeometryBuilder class.
|
|
CreateIndices ( int n ) : System.Windows.Media.Int32Collection |
Creates the triangle indices.
|
|
GetPositions ( IList |
Gets the billboard positions with the current screen transform.
|
public BillboardGeometryBuilder ( System.Windows.Media.Media3D.Visual3D visual ) : System.Collections.Generic | ||
visual | System.Windows.Media.Media3D.Visual3D | /// The visual. /// |
return | System.Collections.Generic |
public static CreateIndices ( int n ) : System.Windows.Media.Int32Collection | ||
n | int | /// The number of points. /// |
return | System.Windows.Media.Int32Collection |
public GetPositions ( IList |
||
billboards | IList |
|
return |