C# Class LearningWebGL.Lesson01

Inheritance: LessonBase
Exibir arquivo Open project: Arlorean/Silverlight-WebGL

Public Methods

Method Description
drawScene ( ) : void
webGLStart ( string canvasId ) : void

Private Methods

Method Description
getShader ( WebGLRenderingContext gl, string str, UInt32 shaderType ) : System.Windows.Browser.ScriptObject
initBuffers ( ) : void
initGL ( System.Windows.Browser.HtmlElement canvas ) : void
initShaders ( ) : void
setMatrixUniforms ( ) : void

Method Details

drawScene() public method

public drawScene ( ) : void
return void

webGLStart() public method

public webGLStart ( string canvasId ) : void
canvasId string
return void