C# Class ThreejsDemo.geometry_demo

Inheritance: BaseDemo
Mostra file Open project: guidovanhilst/SharpThreejs

Public Methods

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

Private Methods

Method Description
CreateLights ( ) : void
CreateRenderer ( ) : void
CreateTrackballControl ( ) : void
MakeBox ( ) : THREE.Geometry
MakeCilinder ( ) : THREE.Geometry
MakeComboBox ( ) : void
MakeSphere ( ) : THREE.Geometry
ShowGeometry ( ) : void
listClick ( Bridge.jQuery2.jQueryEvent e ) : void

Method Details

Init() public method

public Init ( ) : void
return void

geometry_demo() public method

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