C# Class THREE.ShaderMaterial

Datei anzeigen Open project: guidovanhilst/SharpThreejs

Public Properties

Property Type Description
fragmentShader string
uniforms object
vertexShader string

Public Methods

Method Description
ShaderMaterial ( ShaderMaterialOptions uniforms = null, ShaderMaterialOptions attributes = null, string vertexShader = null, string fragmentShader = null ) : System

Method Details

ShaderMaterial() public method

public ShaderMaterial ( ShaderMaterialOptions uniforms = null, ShaderMaterialOptions attributes = null, string vertexShader = null, string fragmentShader = null ) : System
uniforms ShaderMaterialOptions
attributes ShaderMaterialOptions
vertexShader string
fragmentShader string
return System

Property Details

fragmentShader public_oe property

public string fragmentShader
return string

uniforms public_oe property

public object uniforms
return object

vertexShader public_oe property

public string vertexShader
return string