C# 클래스 Fractrace.SceneGraph.WebGlExporter

상속: SceneExporter
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_numberFormatInfo System.Globalization.NumberFormatInfo

공개 메소드들

메소드 설명
Export ( string fileName ) : void
WebGlExporter ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : System

Initializes a new instance of the X3dExporter class.

보호된 메소드들

메소드 설명
CreateMesh ( ) : void

메소드 상세

CreateMesh() 보호된 메소드

protected CreateMesh ( ) : void
리턴 void

Export() 공개 메소드

public Export ( string fileName ) : void
fileName string
리턴 void

WebGlExporter() 공개 메소드

Initializes a new instance of the X3dExporter class.
public WebGlExporter ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : System
iter Iterate
pictureData Fractrace.DataTypes.PictureData
리턴 System

프로퍼티 상세

_numberFormatInfo 보호되어 있는 정적으로 프로퍼티

In VRML used number format.
protected static System.Globalization.NumberFormatInfo _numberFormatInfo
리턴 System.Globalization.NumberFormatInfo