C# Class Meshellator.Viewer.Modules.Startup.Module

Inheritance: Gemini.Framework.ModuleBase
Show file Open project: tgjones/meshellator

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
ChangeRenderStateCanExecute ( ) : bool
NewSphere ( ) : IEnumerable
NewTeapot ( ) : IEnumerable
ToggleAntiAliasing ( bool isChecked ) : IEnumerable
ToggleFillModeWireframe ( bool isChecked ) : IEnumerable
ToggleNormals ( bool isChecked ) : IEnumerable
ToggleShadows ( bool isChecked ) : IEnumerable
ToggleSpecular ( bool isChecked ) : IEnumerable

Method Details

Initialize() public method

public Initialize ( ) : void
return void