C# Class ThreejsDemo.webgl_interactive_draggablecubes

Inheritance: BaseDemo
Mostra file Open project: guidovanhilst/SharpThreejs

Public Methods

Method Description
Init ( ) : void
webgl_interactive_draggablecubes ( string name, string category ) : System

Private Methods

Method Description
CreateBoxes ( ) : void
CreateCamera ( ) : void
CreateRenderer ( ) : void
CreateScene ( ) : void
CreateTrackball ( ) : void
MakeMesh ( THREE geometry ) : THREE.Mesh
SetMousePos ( Bridge.Html5.MouseEvent e ) : void
onDocumentMouseDown ( Bridge.Html5.Event arg ) : void
onDocumentMouseMove ( Bridge.Html5.Event arg ) : void
onDocumentMouseUp ( Bridge.Html5.Event arg ) : void

Method Details

Init() public method

public Init ( ) : void
return void

webgl_interactive_draggablecubes() public method

public webgl_interactive_draggablecubes ( string name, string category ) : System
name string
category string
return System