DotScreenPass

THREE.DotScreenPass
See theDotScreenPass companion object
class DotScreenPass(center: Vector2, angle: Double, scale: Double) extends EffectPass

Dot screen pass that creates halftone/dot pattern effects

Attributes

Companion
object
Graph
Supertypes
class EffectPass
class Object
trait Any
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def setAngle(angle: Double): Unit
def setCenter(center: Vector2): Unit
def setScale(scale: Double): Unit

Inherited methods

def dispose(): Unit

Attributes

Inherited from:
EffectPass
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 render(renderer: WebGLRenderer, writeBuffer: Object, readBuffer: Object, deltaTime: Double, maskActive: Boolean): Unit

Attributes

Inherited from:
EffectPass
def setSize(width: Double, height: Double): Unit

Attributes

Inherited from:
EffectPass
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Inherited fields

var enabled: Boolean

Attributes

Inherited from:
EffectPass
var needsSwap: Boolean

Attributes

Inherited from:
EffectPass