C# Class THREE.ShaderMaterial

Show file 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 property

public string fragmentShader
return string

uniforms public property

public object uniforms
return object

vertexShader public property

public string vertexShader
return string