C# 클래스 HelixToolkit.Wpf.BillboardGeometryBuilder

Builds a mesh geometry for a collection of billboards.
상속: HelixToolkit.Wpf.ScreenGeometryBuilder
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 메소드들

메소드 설명
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 billboards ) : Point3DCollection

Gets the billboard positions with the current screen transform.

메소드 상세

BillboardGeometryBuilder() 공개 메소드

Initializes a new instance of the BillboardGeometryBuilder class.
public BillboardGeometryBuilder ( System.Windows.Media.Media3D.Visual3D visual ) : System.Collections.Generic
visual System.Windows.Media.Media3D.Visual3D /// The visual. ///
리턴 System.Collections.Generic

CreateIndices() 공개 정적인 메소드

Creates the triangle indices.
public static CreateIndices ( int n ) : System.Windows.Media.Int32Collection
n int /// The number of points. ///
리턴 System.Windows.Media.Int32Collection

GetPositions() 공개 메소드

Gets the billboard positions with the current screen transform.
public GetPositions ( IList billboards ) : Point3DCollection
billboards IList
리턴 System.Windows.Media.Media3D.Point3DCollection