C# Class Fractrace.SceneGraph.WebGlExporter

Inheritance: SceneExporter
Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Protected Properties

Свойство Type Description
_numberFormatInfo System.Globalization.NumberFormatInfo

Méthodes publiques

Méthode Description
Export ( string fileName ) : void
WebGlExporter ( Iterate iter, Fractrace.DataTypes.PictureData pictureData ) : System

Initializes a new instance of the X3dExporter class.

Méthodes protégées

Méthode Description
CreateMesh ( ) : void

Method Details

CreateMesh() protected méthode

protected CreateMesh ( ) : void
Résultat void

Export() public méthode

public Export ( string fileName ) : void
fileName string
Résultat void

WebGlExporter() public méthode

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

Property Details

_numberFormatInfo protected_oe static_oe property

In VRML used number format.
protected static System.Globalization.NumberFormatInfo _numberFormatInfo
Résultat System.Globalization.NumberFormatInfo