C# Class LearningWebGL.Lesson01

Inheritance: LessonBase
Afficher le fichier Open project: Arlorean/Silverlight-WebGL

Méthodes publiques

Méthode Description
drawScene ( ) : void
webGLStart ( string canvasId ) : void

Private Methods

Méthode 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 méthode

public drawScene ( ) : void
Résultat void

webGLStart() public méthode

public webGLStart ( string canvasId ) : void
canvasId string
Résultat void