C# Class THREE.Renderer

Afficher le fichier Open project: guidovanhilst/SharpThreejs Class Usage Examples

Méthodes publiques

Свойство Type Description
antialias bool
domElement Bridge.Html5.Element
gammaInput bool
gammaOutput bool
shadowMapEnabled bool
shadowMapType MapType
sortObjects bool

Méthodes publiques

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

public getMaxAnisotropy ( ) : double
Résultat double

render() public méthode

public render ( Scene scene, Camera camera ) : void
scene Scene
camera Camera
Résultat void

setClearColor() public méthode

public setClearColor ( Color p ) : void
p Color
Résultat void

setClearColor() public méthode

public setClearColor ( string p ) : void
p string
Résultat void

setSize() public méthode

public setSize ( double width, double height ) : void
width double
height double
Résultat void

Property Details

antialias public_oe property

public bool antialias
Résultat bool

domElement public_oe property

public Bridge.Html5.Element domElement
Résultat Bridge.Html5.Element

gammaInput public_oe property

public bool gammaInput
Résultat bool

gammaOutput public_oe property

public bool gammaOutput
Résultat bool

shadowMapEnabled public_oe property

public bool shadowMapEnabled
Résultat bool

shadowMapType public_oe property

public MapType shadowMapType
Résultat MapType

sortObjects public_oe property

public bool sortObjects
Résultat bool