C# Class THREE.Renderer

Datei anzeigen Open project: guidovanhilst/SharpThreejs Class Usage Examples

Public Properties

Property Type Description
antialias bool
domElement Bridge.Html5.Element
gammaInput bool
gammaOutput bool
shadowMapEnabled bool
shadowMapType MapType
sortObjects bool

Public Methods

Method Description
getMaxAnisotropy ( ) : double
render ( Scene scene, Camera camera ) : void
setClearColor ( Color p ) : void
setClearColor ( string p ) : void
setSize ( double width, double height ) : void

Method Details

getMaxAnisotropy() public method

public getMaxAnisotropy ( ) : double
return double

render() public method

public render ( Scene scene, Camera camera ) : void
scene Scene
camera Camera
return void

setClearColor() public method

public setClearColor ( Color p ) : void
p Color
return void

setClearColor() public method

public setClearColor ( string p ) : void
p string
return void

setSize() public method

public setSize ( double width, double height ) : void
width double
height double
return void

Property Details

antialias public_oe property

public bool antialias
return bool

domElement public_oe property

public Bridge.Html5.Element domElement
return Bridge.Html5.Element

gammaInput public_oe property

public bool gammaInput
return bool

gammaOutput public_oe property

public bool gammaOutput
return bool

shadowMapEnabled public_oe property

public bool shadowMapEnabled
return bool

shadowMapType public_oe property

public MapType shadowMapType
return MapType

sortObjects public_oe property

public bool sortObjects
return bool