C# Class Wxv.Swg.Common.Exporters.ColladaMeshExporter

Mostra file Open project: wverkley/Swg.Explorer

Public Properties

Property Type Description
DefaultExportDDSToPngFileDelegate ExportDDSToPngFileDelegate

Public Methods

Method Description
ColladaMeshExporter ( IRepository repository, MeshFile meshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
ColladaMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
Export ( string daeFileName ) : void

Private Methods

Method Description
ExportGeometries ( ) : void
ExportShaders ( string daeFileName ) : void
ExportVisualScenes ( ) : void

Method Details

ColladaMeshExporter() public method

public ColladaMeshExporter ( IRepository repository, MeshFile meshFile, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
meshFile Wxv.Swg.Common.Files.MeshFile
exportDDSToPngFile ExportDDSToPngFileDelegate
return System

ColladaMeshExporter() public method

public ColladaMeshExporter ( IRepository repository, byte data, ExportDDSToPngFileDelegate exportDDSToPngFile = null ) : System
repository IRepository
data byte
exportDDSToPngFile ExportDDSToPngFileDelegate
return System

Export() public method

public Export ( string daeFileName ) : void
daeFileName string
return void

Property Details

DefaultExportDDSToPngFileDelegate public_oe static_oe property

public static ExportDDSToPngFileDelegate DefaultExportDDSToPngFileDelegate
return ExportDDSToPngFileDelegate