C# Class Viewer.MainForm

Datei anzeigen Open project: dsrbecky/ColladaDOM

Public Methods

Method Description
Show ( string filename ) : void

Private Methods

Method Description
Display ( ) : void
Idle ( ) : void
Init ( ) : void
Keyboard ( byte key, int x, int y ) : void
Main ( string args ) : void
Motion ( int x, int y ) : void
Mouse ( int button, int state, int x, int y ) : void
MouseWheel ( int wheel, int direction, int x, int y ) : void
Reshape ( int w, int h ) : void

Method Details

Show() public method

public Show ( string filename ) : void
filename string
return void