OutputShader

THREE.OutputShader
object OutputShader extends Object

Output shader for tone mapping and color space conversion

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val fragmentShader: String

Fragment shader GLSL code

Fragment shader GLSL code

Attributes

val name: String

Shader name

Shader name

Attributes

val uniforms: Object

Shader uniforms

Shader uniforms

Attributes

val vertexShader: String

Vertex shader GLSL code

Vertex shader GLSL code

Attributes