C# Class ThreejsDemo.webgl_interactive_draggablecubes

Inheritance: BaseDemo
Afficher le fichier Open project: guidovanhilst/SharpThreejs

Méthodes publiques

Méthode Description
Init ( ) : void
webgl_interactive_draggablecubes ( string name, string category ) : System

Private Methods

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

public Init ( ) : void
Résultat void

webgl_interactive_draggablecubes() public méthode

public webgl_interactive_draggablecubes ( string name, string category ) : System
name string
category string
Résultat System